convert site to .php from html

Discussion in 'Search Engine Optimization' started by eSpenders.com, Apr 1, 2008.

  1. gsfl4u2

    gsfl4u2 Banned

    Messages:
    1,418
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    43
    #21
    Thanks Dan. This just settled allot of questions for me
     
    gsfl4u2, Apr 2, 2008 IP
  2. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #22
    What are you talking about? PHP is a server-side programming language, it's not HTML. Web browsers, search engine crawlers, etc only read HTML, not PHP. Hence the "server-side" in server side programming, the code is processed on the server-side and dumps HTML code to the client.
     
    astup1didiot, Apr 2, 2008 IP
  3. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #23
    You can run all PHP code in html pages. I am using php code in html pages in my 2 sites.

    Here is the code you need to put in .htaccess

    AddHandler application/x-httpd-php .php .html
     
    angilina, Apr 2, 2008 IP