Home Page Information for Experts
This page is intended for folks already familiar with home pages, HTML,
and how to create files in your home directory. The basic information
is:
- Put your HTML in a directory named public_html
in your home directory (i.e. ~/public_html).
You'll need to be logged in and use the Home Directory File
Services etnry from the "local" menu.
Make sure this directory is readable by everyone, i.e.
"open" permissions.
- Make the home page itself the file named
index.html (our server looks for
the file index.html when URL a references a directory).
Make sure this file is readable by everyone, i.e.
"open" permissions.
- The URL for your home page will be:
http://www.afn.org/~username/
where username is your username. Note the
trailing slash. The relative URL would be simply
/~username/.
- Once created, your home page will be added automatically to the
AFN list within 24 hours.
AFN Webmaster