How to Redirect All .php pages to .HTML Pages?

Discussion in 'Site & Server Administration' started by bushib, Jun 3, 2008.

  1. #1
    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
     
    bushib, Jun 3, 2008 IP
  2. TechnoGeek

    TechnoGeek Peon

    Messages:
    258
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    TechnoGeek, Jun 3, 2008 IP