View Single Post
  #2 (permalink)  
Old 01-17-2009, 05:20 PM
sandis.viksna's Avatar
sandis.viksna sandis.viksna is offline
WebProWorld Pro
 
Join Date: Feb 2004
Location: Europe
Posts: 192
sandis.viksna RepRank 1
Default Re: Need to change from Static HTML to Dinamic PHP

Don't change extensions!!!

Add this line to your .htaccess file:

AddType application/x-httpd-php .html

This will make your .html files to support .php scrip, this said, you can use any php code in your .html pages, and it will work perfectly.
__________________
Latvia Riga / Blog / Affiliate Program

Last edited by sandis.viksna; 01-17-2009 at 05:22 PM.
Reply With Quote