To have your website to display as http://www.allphpscript.com/contactus instead of http://www.allphpscript.com/contactus.php , copy the following code and paste it to your .htaccess file :
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Â
October 20th, 2008



Home