www.SecuredHostingOnly.com Control Panel.
WebMail
Knowledge Base
How to protect a web directory with the help of a user and password

.htpasswd file
create your own .htpasswd

acceptable usage policies
what is acceptable or not

DNS entries
the nameservers you need to give your registrat to be hosted by us

password protected dir
how to protect a web directory with a password

protect (encrypt) your email
how to protect your email againts robot harvesting

recommended softwares
what email and ftp client we suggest you use with our servers

terms of service
resource abuse policies and terms of services



  Instructions for protecting a web directory with the help of a user/password combination on our server
In order to do so, you need to

1- access your ftp and add the following into your /conf/vhost.conf file:
<Directory /home/httpd/vhosts/DOMAIN_NAME_WITHOUT_PREFIX_HERE/httpdocs/FULL_PATH_TO_PROTECT>
    AllowOverride AuthConfig
</Directory>
2- in the directory to protect, create a file named .htaccess (dot htaccess) that will contain the following:
AuthUserFile /home/httpd/vhosts/DOMAIN_NAME_WITHOUT_PREFIX_HERE/tmp/.htpasswd
AuthName "Restricted Area"
AuthType Basic
AuthGroupFile /dev/null
require valid-user
3- in the folder /tmp, create a file called .htpasswd (dot htpasswd) and include your user/password combination like so:
test:jQ7u9TBnY2LNI
Please note that the password is encrypted. To get your own encrypted password, look here.

  you want to see what this looks like?
We have setup a test page for you to try.
Use the following credentials:

user: testuser
password: testpassword

and click this link to test

  you have something worthy of inclusion in here?
If you have an interesting article/script/solution that should be present here, please write with it.

Design thanks to Particka Adam.