How to enable mod_rewrite - Linux Views : 490
Tagged in : Linux
1 0
Send mail
Enable mod_rewrite
Steps:
1. Login to your server.
2. Open your httpd.conf file. In Redhat you can find it at /etc/httpd/conf/httpd.conf
3. Edit httpd.conf
Search and change the following
#LoadModule rewrite_module modules/mod_rewrite.so

4.Remove the # at the beginning of the line. Should look like this
LoadModule rewrite_module modules/mod_rewrite.so

5. Save changes
6. Restart Apache Server. You can restart with this command
/etc/init.d/httpd restart

By Nirmala, On - 2010-09-01



    Login to add Comments .