Forums
(@erothman)
13 years, 6 months ago
Hi,
I had the same problem. Make sure that you don’t have statements like:
AllowOverride None
In any of your global site-enabled apache config files. This will disable the .htaccess file, change it to:
AllowOverride All
That worked for me.