How to put pages in public space (~/www)

Ensure that you have a www directory in your home directory on the proper server. Any files that you wish to be seen on the web must also be world readable.
mkdir ~/www
will create the directory if you do not have one.

Files in your www directory cannot be world writable, or the server will block access from the webserver.

Bookmark link: How to put pages in public space (~/www)