How To enable mod_rewrite on Xampp
R Arun Raj | Aug 18, 2010 | Comments 0
Search For httpd.conf file and uncomment this line
#LoadModule rewrite_module modules/mod_rewrite.so
LoadModule rewrite_module modules/mod_rewrite.so
Restart your Server
create a .htaccess file on your server root
put this code
RewriteEngine On
RewriteBase /
RewriteRule ^contact-us$ index.php
Filed Under: PHP • Programming
About the Author: me : yeay its me arun



