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.
Last edited by sandis.viksna; 01-17-2009 at 05:22 PM.
|