Introduction:
There are several packages require mod_rewrite for Apache2. I had problem to enable it for a long time. I could not find a clean answer on how to do it.
Finally, I figured it out. Here are the steps.
Enable Mod_Rewrite Steps:
1. Edit /etc/apache2/sites-available/default. Changed “AllowOverride None” to “AllowOverride All” in the […]