I needed to keep track and made public the solution to (some of) all those little tricky details that make our life so miserable sometimes...
Monday, 30 July 2012
Apache ignoring mod_rewrite rules?
Then it is very likely in the site configuration file, usually at /etc/apache/sites-available
you have directives such as AllowOverride None
Change them to AllowOverride All
and try again.
No comments:
Post a Comment