Enable mod_rewrite in Apache2

2008
05.09

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

Tags: , , ,

Your Reply