'
How to Control Access to Web Pages
You can control who access your web pages by using
the command `secureme` in a unix terminal.
Example
cd ~
cd public_html
mkdir test_secure
cd test_secure
secureme -a user , you will then be prompted for a password
Test by going to the webpage you should be prompt for a password
'
|