www.smythies.com - Doug's Protected 1 directory web page.

2011.02.25 On this new server the .htaccess method is being used, so this page is generally accessable.
2011.02.25 Robots meta tags changed to NOINDEX,NOFOLLOW
2010.06.09 Create this password protected area. It will be for future use. The other way uses .htaccess. This one uses the "/etc/apache2/sites-available/default" file method.
If you can access this page without providing user name and password credentials, then I have this method disabled for some reason.
Below is the portion of the file related to this directory:

           <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>
        

WWW.Smythies.com Doug's Protected directory web page. emaildoesnotwork@smythies.com 2010:06:09 Updated 2011.02.25