Enable mod_rewrite on Ubuntu
Looks like Apache2 is installed in Ubuntu with mod_rewrite, but it's disabled by default. Fortunately a quick drop to the terminal followed by restarting Apache2 and it's fixed.
CODE:
-
sudo a2enmod rewrite
Post Info
| Posted | Saturday, July 11th, 2009 at 11:23 am |
| Tags | Tags: apache, linux, mod_rewrite, ubuntu |
