Pages

Friday, March 12, 2010

Ubuntu 9.04 Apache Enable mod_rewrite module

The correct way to enable is to type the following commands:

sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
cd /etc/apache2/mods-enabled
grep mod_rewrite *

Please refer my previous post in order know what is grep.

No comments:

Post a Comment