www.smythies.com - Doug's Protected 1 directory web page.
www.smythies.com |
2011.02.25 On this new server the .htaccess method is being used, so this page is generally accessable.
<Directory "/home/doug/public_html/protected_1/">
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Authtype basic
AuthName "Registered users only permitted"
AuthUserFile /home/doug/.htpasswd
Require valid-user
</Directory>
|