Pages

Tuesday, May 21, 2013

Enabling Apache2 Mod Rewrite Module - Debian Linux

Enabling Apache2 Mod Rewrite Module - Debian Linux


Run the following commands in terminal as root user.
 
a2enmod rewrite
service apache2 restart


mod_rewrite will be enabled


Reference:
http://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2

No comments:

Post a Comment