How To enable mod_rewrite on Xampp

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

About

me : yeay its me arun

Tagged with: , , ,
Posted in PHP, Programming

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>