Hi all, I have the following in my httpd.conf file, and the password file in place. According to what I have read this should password protect that directory, however nothing happens and we have free access, what have I missed?
<Directory "/usr/local/apache2/htdocs/path/to/directory/"> Options Indexes FollowSymLinks AllowOverride AuthConfig order allow,deny allow from all AuthName "Enter Username and Password for Standards Packages" AuthType Basic AuthUserFile /usr/local/apache2/conf/passwords Require user olmc RewriteEngine on RewriteRule (.*).php$ - [T=text/plain,L] </Directory> Simon Bryan IT Manager OLMC LMB 14 North Parramatta [EMAIL PROTECTED] tel: fax: mobile: 96833300 98901466 0414238002 Add me to your address book...Want a signature like this? -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
