PHPKB Knowledge Base Software Logo  
PHPKB 1.5 Knowledge Base Software
Knowledge Base Management Software  
Knowledge Base Home Knowledge Base Home | Knowledge Base Glossary Glossary | Contact Us Contact Us
Home > All Categories > Computers & Information Technology > Software > How to enable Mod Rewrite module in XAMPP
Question Title How to enable Mod Rewrite module in XAMPP

By default mod_rewrite module is not enabled for Apache in XAMPP. Please follow the instructions in tutorial below to enable mod_rewrite in XAMPP.

If you running XAMPP on Windows and unable to figure out how to enable mod_rewrite in apache then here is the solution and it is very simple. I assume that you have installed XAMPP in root directory. There is a file httpd.conf in the "xampp\apache\conf" folder. I recommend you to take backup of this file as we are going to make some changes in it.

c:\xampp\apache\conf\httpd.conf

Open up httpd.conf in any text editor like notepad and look for the line below.

#LoadModule rewrite_module modules/mod_rewrite.so

The symbol "#" means it is a comment. Remove the "#" symbol to uncomment it so that it reads,

LoadModule rewrite_module modules/mod_rewrite.so

Next, search for "AllowOverride None" and change it to "AllowOverride All". It is correct once and wrong twice in the file.

Once you have made these changes, save httpd.conf file and restart Apache for mod_rewrite to take effect.

Posted by: Administrator This question has been viewed 728 times so far.
Click Here to View all the questions in Software category.
File Attachments File Attachments
There are no files attached to this question/article.
How helpful was this article to you?
User Comments User Comments Add Comment
There are no user comments for this question. Be the first to post a comment. Click Here
Related Questions Related Questions
  1. Why Google has released Google Chrome browser?
  2. Google Chrome - Web Browser by Google | Google Chrome Browser
  3. Internet Explorer 8 - IE8 is Now Live
  4. Free Screen Recording Software - Screen Video Recording
  5. GMail Drive
  6. Generate PDF with PHP - Create Dynamic PDF Files in PHP
Article Information Additional Information
Article Number: 599
Created: 2008-04-11 12:56 AM
Rating: 5 Stars
 
Article Options Article Options
Email Article to Someone
Export to Adobe PDF Export to PDF File
Bookmark Article
del.icio.us Bookmark del.icio.us Bookmark
Reditt Bookmark Reditt Bookmark
Digg Bookmark Digg Bookmark
Subscribe to Article
 
Search Knowledge Base Search Knowledge Base
 
Related Articles Related Articles

Related Why Google has released Google Chrome browser?

Related Google Chrome - Web Browser by Google | Google Chrome Browser

Related Internet Explorer 8 - IE8 is Now Live

Related Free Screen Recording Software - Screen Video Recording

Related GMail Drive

Related Generate PDF with PHP - Create Dynamic PDF Files in PHP

 
 

Powered by PHPKB Knowledge Base Software