I have this in my /etc/apache2/apache2.conf file:
This in my .htaccess file located in /var/www/<Directory /var/www>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
This in my .htpasswd file located in /var/www/AuthName "Bork Bork"
AuthType Basic
AuthUserFile /var/www/.htpasswd
Require user panda
But no matter what I do (yes, i restarted apache by sudo /etc/init.d/apache2 restart) but nothing. It won't prompt me for a password or anything. What in the world am I doing wrong here??panda:/feedpd9kra8E