Results 1 to 5 of 5

Thread: Changing pages from html to php
      
   

  1. #1
    triquemfg is offline Corporal
    Join Date
    Mar 2009
    Posts
    13

    Default Changing pages from html to php

    Will doing this affect search engine progress made thus far? What would be the best way to go about doing it? Just change extension and republish? Should I redirect from html to php pages?

  2. #2
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Changing pages from html to php

    html or php don't affect search engine.

    to choose html or php:
    right click page properties on BV page
    File extension: choose html or php

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Changing pages from html to php

    Yes, it will.

    Your html pages have already been indexed, changing them to .php means that SEs will need to index from scratch.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Changing pages from html to php

    Quote Originally Posted by navaldesign View Post
    Yes, it will.

    Your html pages have already been indexed, changing them to .php means that SEs will need to index from scratch.
    I am sorry. I didn't think of have been indexed already.

  5. #5
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: Changing pages from html to php

    I would do a 301 redirect for all important pages. Make sure that you do a custom 404 page also.
    Implementing a 301 redirect for static pages

    First of all, you'll need to download the .htaccess file in the root directory of where all your web pages are stored. If there is no .htaccess file there, you can create one with Notepad or a similar application. Make sure when you name the file that you remember to put the "." at the beginning of the file name. This file has no tail extension.
    If there is a .htaccess file already in existence with lines of code present, be very careful not to change any existing line unless you are familiar with the functions of the file.
    Scroll down past all the existing code, leave a line space, then create a new line that follows this example:
    redirect 301 /old/old.htm http://www.you.com/new.htm
    It's as easy as that. Save the file, upload it back into your web and test it out by typing in the old address to the page you've changed. You should be instantly and seamlessly transported to the new location.
    Notes: Be sure not to add "http://www" to the first part of the statement - just put the path from the top level of your site to the page. Also ensure that you leave a single space between these elements:
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49