To create your webspace, the first step is to check permissions on your home directory
and create your .www directory within it. This
is the place where all your webpages will reside.
Make sure your home directory is world executable, then create a .www directory in it.
The .www directory must be world-executable so the web
server can read your webpage. It must not be world-writable
or group-writable. This is because if others are allowed to write to this directory,
they could execute code in your webspace. Set the permissions like this:
% chmod 701 ~
% mkdir ~/.www
% chmod 701 ~/.www