Enable mod_rewrite in Apache2

9 May

Enabling mod_rewrite for Apache2 in Ubuntu is very easy. All you need is run the a2enmod (apache2enablemodule) command. This command can be used for enabling any module for Apache.


sudo a2enmod rewrite
sudo /etc/init.d/apache2 force-reload

No comments yet

Leave a Reply