University of Wyoming
Division of Information Technology
Ask IT Help Documents
![]() |
UW-specific |
NOTE: Functional knowledge and use of this application is the responsibility of the user.
FRONTIER has a web server whereby personal web pages may be established. Initially, these web pages are referenced with the URL (Uniform Resource Locator, the type of addressing used on the World Wide Web):
http://w3.uwyo.edu/~username
Any text editor available on FRONTIER may be used to create web pages. The default or main web page, however, must be named index.html, for the URL format of http://frontier.uwyo.edu/~username to be used. Other web page files may be created, and these will referenced by a URL format similar to:
http://w3.uwyo.edu/~username/OtherWebPage.html
The FRONTIER web server requires that the system be given execute permission to your home directory. Use the following command:
chmod 701 ~
where the tilde, ~, refers to your home directory.
Next, a directory must be created for web pages. The name of this directory must be named public_html, and it must be in lower case. Use the following command to create this directory:
mkdir ~/public_html
This directory must also be set up with execute permission for the system:
chmod 701 ~/public_html
With the directory and permissions established, web page files may now be created. Use the cd command to move into the public_html directory:
cd ~/public_html
All web page files must have system read permission. Use the following command to give all files system read permission:
chmod 704 *.*
Reviewed: 0608 By: GG
Additional help with the installation and configuration of
UW-supported software is available:
Faculty/Staff
Contact your IT user consultant
(www.uwyo.edu/infotech/services/helpdesk/uc/)
Contact the IT Help Desk at 766-HELP (4357), option 1
Email UserHelp@uwyo.edu
Students
Email ASU-IT@uwyo.edu
Contact the IT Help Desk at 766-HELP (4357), option 1
Come to the student computer lab in the lobby of the
Information Technology Center.