All Entries Tagged With: "httpd"
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
R Arun Raj | Aug 18, 2010 | Comments 0



