+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: index.html to index.php ???

  1. #1
    Join Date
    Jul 2004
    Posts
    902

    Question index.html to index.php ???

    If I were to change the index page of my site from html to php but leave everything the same (at first), do you think I could lose PR / serps / or anything else?
    Every link (that I know of) to the page is to the domain name..... all internal one as well....
    Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.

  2. #2
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: index.html to index.php ???

    If you change the file extension then you have a new URL. This new URL will have its own PageRank.

    Since PageRank is a factor in Google's Algo for determining SERPs I would say "Yes" that would have a impact.
    Last edited by ResaleBroker; 02-10-2005 at 10:25 PM.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  3. #3
    Join Date
    Jul 2004
    Posts
    902

    Default Re: index.html to index.php ???

    But it's the domain I'd thought.. (this is the problem I am having..lol)
    see, I took a secondary site I have (pr3) and changed it's index.html file to index.php and then cleared my cache memory and typed it in again (the domain) and the PR is still there.... (toolbar).. but when i type in domain.com/index.php it is PR0 and the retype index.html (no page now) and you get PR3 again... but the domain is still PR3 when you don't specify a file.. ??

    I just dont want to mess up anything I have now with my main site...So i figured I'd ask here before jumping in on recoding stuff....
    Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.

  4. #4
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: index.html to index.php ???

    As long as you are pointing to the "Domain" then file extension will not matter. As soon as you point to a "Page" then file extensions come into play.

    This is just another reason why links should point to the domain and not the index page.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  5. #5
    Join Date
    Jul 2004
    Posts
    902

    Default Re: index.html to index.php ???

    So with all my links pointed to my domain.. could it be expected that a file extention change would NOT change PR/serps of the front page?
    Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.

  6. #6
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: index.html to index.php ???

    Quote Originally Posted by SanDiego
    So with all my links pointed to my domain.. could it be expected that a file extention change would NOT change PR/serps of the front page?
    I don't see a problem.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  7. #7
    Join Date
    Jul 2004
    Posts
    902

    Default Re: index.html to index.php ???

    Thanks for the opinion Jeffery! Appreciated
    Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.

  8. #8
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: index.html to index.php ???

    Rustin, after reading this thread again I realized you did mention "Domain." Sorry about that.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  9. #9
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: index.html to index.php ???

    Rustin, I am assuming you want to do this so that you can use php coding on your site. Instead of actually changing the extensions the SE's see put this in your .htaccess file

    RewriteRule ^(.*).html $1.php [L]

    This will allow you to save files as file.php but link to them as file.html that way there is no PR loss etc, I do this on www.seo-guy.com every .html is actually a .php http://www.seo-guy.com/tutorial.html is saved as tutorial.php for instance
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  10. #10
    Join Date
    Jul 2004
    Posts
    902

    Default Re: index.html to index.php ???

    Yeah, I don't care what they say about you.. You're a genius!
    Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts