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: apache, apache2, sudo, ubuntu
This entry was posted
on Friday, May 9th, 2008 at 10:39 PM and is filed under Obssessions, Software, Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.