Securing Directories
By adding 2 files called .htpasswd and .htaccess you can instruct the webserver to allow or disallow users to certain directories by requiring them to login.
We have a simple form that will create an output that you need to copy into the two files.
The .htaccess needs to contain the top 4 lines that you see, on the third line you need to modify the acutal url so the webserver knows what your talking about.
We have provided the first section of the file for you. An example is /home/hosts/hamqso.net/kg9oh/asecuredirectory.
|