Skip Navigation and banner
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
skip navigationUniversity of WyomingUniversity of Wyoming
UW Home  |  WyoWeb  |  UW A-Z Index  |  UW Directory  |  Search UW  
Information Technology home     Ask IT Home      UW Email      Computer Security Initiative      Computer Support      Computer Training 
 Hot Page: system status / virus info         IT Home          IT A to Z Index          Departments          About IT 
Ask IT home
 Search: 

 
 
back to UW "How to" Index

UW-specific

view all imageshide all images

Work with Web Pages on FRONTIER

NOTE: Functional knowledge and use of this application is the responsibility of the user.

Accessing a Web Page

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

Setting Permissions for Web Pages

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. (http://www.uwyo.edu/InfoTech/Support/uclist.asp)
Contact the IT Help Desk at 766-HELP (4357), option 1.
E-mail UserHelp@uwyo.edu.
Students
E-mail 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.


    Copyright © 1998-2009, University of Wyoming Information Technology • All rights reserved.