- Forums
- Tutorial And Guides
- Tutorial To Enable Mod Rewrite - Howto Steps Guide Tutorial
This Page Contains information about Tutorial To Enable Mod Rewrite - Howto Steps Guide Tutorial By administrator in category Tutorial And Guides with 7 Replies. [1395], Last Updated: Sat May 18, 2024
administrator
Thu Jul 20, 2006
7 Comments
9525 Visits
This tutorial will guide you on how to enable mod_rewrite
NOTE: Please make sure to make a backup copy of your httpd.conf file before you start to do anything like this. This will bring your whole web server down if you dont know what you are doing.
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 htpd.conf
Search and change the following
CODE:
#LoadModule rewrite_module modules/mod_rewrite.so
Remove the # at the beginning of the line. Should look like this
CODE:
LoadModule rewrite_module modules/mod_rewrite.so
4. Save changes
5. Restart Apache Server. You can restart with this command
CODE:
/etc/init.d/httpd restart
6. Done
If you would like for webune to perform this task for you, please contact Webune's Professional Services. If you are a managed customer, Webune will perform this task for you at
no charge. For all other customers, a charge will be applied for this services.