Quote:
Originally posted by mephisto
the you have something in your httpd.conf that says something like
<Directory "/" >
Allowoverride None
</Directory>
see that "none" part thats whats causing the trouble.
make sure its only set for the right directory. if you have a section like the one above change the allowoverride none to Allowoverride Authconfig
that should work. drop a post if it helps or error messages if it doesnt.
|
Mine was set to Allowoverride Limit and I changed it restarted Apache and it did not help. This is really strange.