HI All,
We are using TeamSite 6.1 SP2 on Windows platform. We are using Apache as a webserver to serve our content on port 81. We are having problems in parsing the includes in the html files. I have configured the apache per the KB article 51890
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=51890 .
The virtual includes are working fine (<!-- include virtual=/..../leftnav.html"). However, the relative path includes are not working (<!-- include file="leftnav.html"). I redirected the error messages to the rewrite.log file and it appears that the rewrite rules are prepending the path twice. Here is the snippet of it from the log files.
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (2) init rewrite engine with requested uri /iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (3) applying pattern '.' to uri '/iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html'
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (3) applying pattern '.' to uri '/iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html'
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (3) applying pattern '.' to uri '/iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html'
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (3) applying pattern '.' to uri '/iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html'
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (3) applying pattern '.' to uri '/iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html'
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (3) applying pattern '.' to uri '/iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html'
10.145.220.12 - - [31/Jan/2005:14:01:12 --0500] [webcmsd/sid#23bf38][rid#58ee18/subreq] (2) rewrite /iw-mount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html -> /iwmount/default/main/internet/WORKAREA/lmcneur2/iwmount/default/main/internet/WORKAREA/lmcneur2/_dhtmlnav.html
I have used mk_mod_rewrite_conf.ipl provided by Interwoven to generate the rewrite.conf file. Not sure why this is not working. Any help is really appreciated.
Thanks,
Peri