Enable mod_rewrite in Apache2
May 9th, 2008
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
Random Posts
Entry Filed under: Obssessions, Software, Uncategorized

Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed