Snow Leopard .htaccess issue
- by Joe.Cianflone
Hello,
I'm running into an issue on Snow Leopard. I am just using the standard Apache2 that came with it but it doesn't seem to want to use my .htaccess file. Here is the appropriate part of my httpd.conf file:
<Directory />
Options FollowSymLinks
AllowOverride All AuthConfig
Order deny,allow
Deny from all
</Directory>
And…