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
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