Forum Moderators: phranque
<!--#include virtual="/includes/sitemenu.html" -->
My .htaccess file allows this as follows ...
AddHandler server-parsed .htm .html
However, my new template uses PHP includes. This isn't a problem in itself, but I want to allow both PHP includes and CGI includes until I can get all pages on the new template.
I was hoping to use an .htaccess like the following one, but it seems both directives together aren't allowed.
AddType application/x-httpd-php .html .htm
AddHandler server-parsed .html .htm
Any ideas how I can get both includes to work, or are they simply incompatible?
Thanks.