Mod_Rewrite in Apache2

Andrew Bolster
Data Science Engineering Manager at WhiteHat Security, Trustee at Farset Labs and Vault Artist Studios
Just incase you forget how to fix this the easy way: Enable mod_rewrite for URL voodoo; (Or any module replacing the
rewrite
)
$sudo a2enmod rewrite $sudo service apache2 restart
Remember to fiddle with
/etc/apache2/sites-available.*< \pre> and change "AllowOverride none" to "all" in any places that you're having trouble with rewritten URL's