Home
TeamSite
Livesite and SSI
remyah
TS 6.7.1 SP1, Livesite 3.0.2 Windows
Apache 2.2 as Preview web server.
I have created a component which is having a ServerSideInclude.
In my .page file the SSI include is not getting recognized by Apache.
I have enabled SSI in Apache and it is working fine for html.
The setting which I have done is
AddType text/html .page .html
AddHandler server-parsed .html .page
AddOutputFilter INCLUDES .page .html
While I view the .page file the SSI is not recognized by Apache.
Can anyone help to solve this issue.
Find more posts tagged with
Comments
kmu
LiveSite '.page' files are not served through Apache but Tomcat. Any changes you make in Apache won't have an effect in LiveSite.
But you shouldn't use SSI with LiveSite anyway. As LiveSite is a web app itself, there is no need to statically include files.
Are you using the LiveSite Runtime or just SitePublisher for editing? What are you trying to achieve?
remyah
I tried including ssi in the component. It did not work.
Achieved the same using external component.
Used external component to inject the include file content.
kmu
I seriously wonder if you read my answer...