I can't seem to get htaccess to work.
I have htaccess that was setup a long time ago working on another machine of mine
and wanted to fool around with it on my laptop.
my /etc/httpd/conf/httpd.conf file has the following
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
my /var/www/html/remote/.htaccess has the following
AuthUserFile /var/www/html/remote/.htpasswd
Authname "username:remote password:remote"
AuthType Basic
my /var/www/html/remote/.htpasswd has the following
remote:yGoWpd2j59l5o
I restarted the httpd service but any time I visit
http://127.0.0.1/remote/
I'm never asked for a username and password
So I must be missing something
I'm using Fedora Core 6
kernel 2.6.20-1.2948.fc6
httpd-2.2.4-2.fc6
It should be something really simple I am missing I am relatively new to htaccess