Wednesday, August 31, 2011

hide page extension

Stop server and Create a .htaccess file in your root folder and paste below code



RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME}\.php -f

RewriteRule ^(.*)$ $1.php



Now save file and start server,It will hide your page extension

No comments:

Post a Comment