Forum Moderators: phranque

Message Too Old, No Replies

php

         

derekchambers

10:10 pm on Jun 30, 2004 (gmt 0)



Hi

I have just changed most of my site from htm to php so that I can use an affiliate trackign script amounst otehrs

How does this efefct the search engines

derek

[edited by: oilman at 11:18 pm (utc) on June 30, 2004]
[edit reason] no urls please [/edit]

ogletree

10:18 pm on Jun 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



There is no reason to change file names. All you have to do is map your .htm so that php runs on them.

Add

AddType application/x-httpd-php .htm .html

to your .htaccess file and convert your site back .htm and just include the code at the bottom of each page using

<?php include("code.php");?>