enable mod_rewrite in apache2
October 24th, 2006 by Lawrence David
to enable mod_rewrite in apache2, run:
$ sudo a2enmod rewrite
and then restart apache2:
$ /etc/init.d/apache2 force-reload
October 24th, 2006 by Lawrence David
to enable mod_rewrite in apache2, run:
$ sudo a2enmod rewrite
and then restart apache2:
$ /etc/init.d/apache2 force-reload
Thanks so so so much for the enable mod_rewrite instructions!!! It took me about 20 minutes to finally find some instructions that actually worked…..
Thanks a lot!! It is working..
simple, straight to the point and it works! thanks!