How To Parse HTML Files As PHP
Posted by - NA -, Last modified by on 18 March 2010 03:53 AM
|
|
You can use the following directive in .htaccess to parse html files as php. ______________________ AddHandler application/x-httpd-php .html .htm ______________________ If the server has php version 5, use it as follows. ______________________ AddHandler application/x-httpd-php5 .html .htm ______________________ | |
|
Comments (0)