Arif
-
02:59:23 am on May 6, 2010 | # |
Enabling
mod_rewrite
in Apache:
$ sudo cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
and restart Apache. This also may need editing
/etc/apache2/sites-available/default
toAllowOverride all
:<virtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www <directory /> Options FollowSymLinks AllowOverride all