Advanced Features
A file already exists in the www directory of your
server. It's called missing.html. You can edit it to
your liking, or create your own. As long as it's
called missing.html and it's in your root www
directory, the server will display it whenever someone
tries to access a page on your domain that does not
exist.

Use monstercontrols to password protect directories.
Simply go to http://yourdomain.com/cgi-bin/monstercontrols
to add usernames and passwords to ANY directory you
want. That user and all users you've added will be
defined in a .htpasswd file in your secure directory
by default, and will have access to that directory of
your site, which is accessible from a web browser by
typing the URL as: http://www.yourdomain.com/directoryname/
To remove a user from your password file (i.e., to
remove the access of that person to your protected
directories), use monstercontrols, or simply edit the
.htpasswd file located in the secure directory. In
this file, you'll see usernames followed by a colon
(:) and a password string. The string is the password
you entered in your control panel encoded in a way to
protect the access rights. To remove the privileges of
a user, erase the line containing his/her username. Be
sure to keep the file in plain ASCII, and not to
change ANYTHING else. |