Hello, Trying to get auth working. The vhost looks like: <VirtualHost *:80> ServerName steve.firebadger.net ServerAlias steve.firebadger.net DocumentRoot /home/httpd/vhosts/firebadger.net/steve <Directory "/home/httpd/vhosts/firebadger.net/steve/"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all AuthType BasicAuthUserFile /home/httpd/vhosts/firebadger.net/access/.htpasswd
AuthName jinzora require valid-user satisfy any </Directory> # RewriteEngine on # RewriteRule user/(.*)/(.*)/$ /user.php?user=$1§ion=$2 </VirtualHost>However on going to the address....nothing. Nada. I get the pages fine just no "hello, can you provide me a password".
Ideas? Cheers Richard --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx