Hi,
I am getting error:Error processing SSI file on including SSI in my HTML pages. These HTML pages are not Teamsite generated. They are just plain HTML pages.
My SSI works if I include the script as follows:
<!--#include file="includes/header.html"-->
and have the includes folder in my workarea. But, I want my includes folder to be some other workarea. Hence, when I do this:
<!--#include virtual="/includes/header.html"-->
I get the error. I have configured my IIS server to have redirector module enabled. As well as added the entry as follows in my iw.cfg:
[iwproxy_plugin_remap]
_regex=(.*)/includes/(.*)=/iw-mount/default/main/OneDupont/Assets/v3/STAGING/includes/$2
Please let me know what am I doing wrong here.
--