Password protection can be setup for directories using an .htaccess file. Here’s a Password Protection Tutorial and template for creating the file. You’ll need to make sure to include the full path to your .htpasswd in the AuthUserFile line. You can find the full path in your control panel under the Website Details heading. An example of what this would look like is:
AuthUserFile /mnt/stor1-wc1-dfw1/123456/123456/www.domain.com/private/.htpasswd
NOTE: If the directory that you are password protecting for does not contain a default page (ie. index.html), then visitors will receive a “403 Error > Forbidden” page. This is because for security reasons, directory listing is disabled by default. Once you upload your index.html page, they will no longer see this warning.
Comments
0 comments
Article is closed for comments.