Hi there, I want to know that how to redirect the index.php to index.html and all the inner .php pages to the .html pages of a website. Thanks bushib
It seems that you have changed all the *.php pages of your site to *.html. If that is the case, you can include in the .htaccess file a line like the following one: Redirect permanent (.*)\.php$ http://www.yoursite.com$1.html