Parse for PHP includes in .htm .html files
Create a file named .htaccess
containing these lines:
Options +Includes
AddType application/x-httpd-php .php .htm .html
and upload it to the directory on your web site.
|
Parse for PHP includes in .htm .html filesCreate a file named .htaccess Options +Includes and upload it to the directory on your web site. |