|
|
How to enable mod_rewrite - Linux
|
Views : 490
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|