hello,
I want to hide the extension file in address bar.
Example: www.aaa.com/index.php and it should be like this www.aaa.com/index
Please let me know anyone waiting for ur response..
This is my .htaccess file in website
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule (.*)$ $1.php
regards,
simbu.