Fri Feb 29, 2008 12:01 pm - Enable Mod Rewrite - Howto Steps Guide Tutorial
#462
Enable Mod Rewrite - Howto Steps Guide Tutorial
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:
Remove the # at the beginning of the line. Should look like this
Code:
4. Save changes
5. Restart Apache Server. You can restart with this command
Code:
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.
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.
author: administrator