Knowledgebase: Tutorial
Make PHP to work in your HTML files with .htacess
Posted by - NA - on 07 May 2010 01:01 PM
|
|
By default most web servers across the internet are configured to treat
as PHP files only files that end with .php. In case you need to have
your HTML files parsed as PHP (e.g .html) you can do the following: AddHandler application/x-httpd-php5 .html .htm .php | |
|
Comments (0)