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.