Enable Mod Rewrite - Howto Steps Guide Tutorial

Mobile
feeds
Welcome Login | Register

Enable Mod Rewrite - Howto Steps Guide Tutorial
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » Tutorial and Guides Forums
        » » Enable Mod Rewrite - Howto Steps Guide Tutorial
Enable Mod Rewrite - Howto Steps Guide Tutorial
Post Description: enable mod rewrite howto steps guide tutorial Tutorial and Guides
Post Tags:
This Post Has Been Viewed 4875 Times Since Thu Jul 20, 2006 1:49 pm Author administrator with 2 replies
Enable Mod Rewrite - Howto Steps Guide Tutorial
Advertise On This Page




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.


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : Enable Mod Rewrite - Howto Steps Guide Tutorial

Comments and replies About Enable Mod Rewrite - Howto Steps Guide Tutorial
:: 1 :: Reply #68790 Reply By abhas On Sat Aug 30, 2008 11:53 pm
abhas:
thanks.. that was helpful.. i enabled my mod rewrite in xampp ;)
:: 2 :: Reply #107079 Reply By chalitha On Mon Jun 22, 2009 8:52 pm
chalitha:
this post is not complete dude you need to enable
<directory />
options followsymlinks
allowoverride none
order deny,allow
deny from all
satisfy all
</directory>

to
/>
options followsymlinks
allowoverride all
order deny,allow
deny from all
satisfy all
</directory>


as well