Forum archive
How can i enable mod_rewrite on TurnkeyLamp 15.1
Hello,
i want to enable mod_rewrite on my turnkey lamp installation. I did this:
a2enmod rewrite
service apache2 restart
but it still doesn't work for me!!
Can anybody help me? or should i switch to mamp?
Hello, i found this solution:
/etc/apache2/sites-enabled/000-default
almost at the top you will find
Change the
AllowOverride NonetoAllowOverride AllSome other say:
Don't use
AllowOverride Allas it will enable too many dangerours features (like using perl scripts). Instead useAllowOveride OptionsIs there an expert?