I use
remote apache webserver to publish my website
On this server I've added this code in the .httaccess file in order to parse php in html files:
AddType application/x-httpd-php htm html
I use
local abyss webserver to create/modify/view the above site.
However it does not parse the php in the html files.
I tried to Rewrite the next include file back to the SSI include in abbyss:
<?php include("inc/include.html"); ?>
to ----->
<!--#include file="inc/include.html"-->
Can anyone help me with the regular expression?
I've tried everything in the configuration file (url rewrite feature) without success.
or would it be better to rewrite the .htaccess code?
AddType application/x-httpd-php htm html