View Single Post
  #3 (permalink)  
Old 04-11-2007, 04:30 PM
imvain2 imvain2 is offline
WebProWorld Pro
 

Join Date: Apr 2004
Posts: 284
imvain2 RepRank 0
Default

You can accomplish by using the htaccess file to force the server to run all html/htm files as if they were php files, so the Search Engines will never know the difference.

Stolen from this post: By Kristos

<Files *.htm>
ForceType application/x-httpd-php
</Files>
<Files *.html>
ForceType application/x-httpd-php
</Files>
Reply With Quote