Interesting, thanks very much.jdickerson said:Link changes as all your files end in .htm/html?
You can set apache up to treat html as .php
Plunk the following into your .htaccess file:
Code:RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html
Tada: http://www.desilva.biz/php/phpinhtml.html