Web Sites
Publishing a Web Page on ASUWLink (w3.uwyo.edu)
Once your web page is created, you must put it on a server that can be accessed by Internet users. Students at the Univ. of Wyoming can create accounts on the IT mainframe asuwlink.uwyo.edu that is also known as the web server w3.uwyo.edu.
Related Help Desk files

Setting up an Account on ASUWlink
Create a Personal Web Page on a Mac
Setting Up your Web Site on w3.uwyo.edu
You need to connect to ASUWlink by using Nifty Telnet on the Macintosh or by typing telnet at the Run. . . command under the START menu on Windows.

When you set up your account on w3.uwyo.edu, you must first give Internet users execute permission to your home directory by typing:
chmod o+x ~.

You then need to create a directory (folder) that will contain your web pages. This directory must be called "public_html". Create this directory by typing:
mkdir public_html. Any pages that you want on the Internet must be in this directory. You must also give Internet users permission to access this directory by typing: chmod o+x ~/public_html. This allows Internet users to see your web pages and images but not to change them.

You must also give read access to all of the web pages created in your public_html directory by typing
chmod o+r filename. Also, your mainpage must be called index.html to allow for automatic serving.

Putting Web Pages onto your w3.uwyo.edu account by FTP
w3.uwyo.edu is a UNIX machine, so you cannot access it through either the Windows NT network nor the Macintosh network. Instead you must use the File Transfer Protocol (FTP) in either Windows or through the Fetch program on the Macintosh.
Windows
1) Start
WS-FTP by opening the WS-FTP folder in the Programs submenu the Start menu in Windows.



2) Enter
w3.uwyo.edu in the field titled Host.

3) Type in your
username and password into the appropriate fields. Click Enter.

4) Enter your
Password when prompted.

5) The left side of the WS-FTP window shows the files on your GGGS account. The right side shows your files on ASUWlink (w3.uwyo.edu). Type
Z:\Users into the top field on the left side of the window to the GGCS accounts. Then find your user folder and double-click it.



6) Find your web pages in your account and select those to be transferred

7) Click the arrow pointing from left to right to send files to your ASUWlink account. The reverse will download files from your ASUWlink account to your GGCS account.

8) When all files are copied, click
Exit to quit WS-FTP.
Macintosh
1) Open the program
Fetch

2) Enter
w3.uwyo.edu as the Host. Enter the username and password of your ASUWlink account. Enter public_html as the Directory.



3) Click the Put File… button in the Fetch window. Make sure that the
Automatic button is selected.



4) Select any files from your GGCS account that you want to copy to your web site and click
OK.

5) When done, quit out of Fetch from the
File menu.

 

Top

 

© 2001 UW Geology & Geophysics Computer Services