Friday, 1 June 2012

How to user .httacces file in website

create a notepad file and paste this code then save the file as .httacces
now feel that you can avoid using the file existence

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

No comments:

Post a Comment