Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Server side include
tivinelvis
Is TeamSite Sitepublisher supports server side include? I want to include SSI includes for header, footer and left navigation. Do we have to do any configuration file changes?
Find more posts tagged with
Comments
Rick Poulin
No, it does not. Your web server hands off the HTTP request to a Java (or .NET) application container, and never has anything to do with the response after that. So, even if your component/page produces an include directive, your web server never sees it so it can never catch it.
Instead, consider building header/footer/leftnav components that use Externals to fetch and render the data from some common location. To add stuff into the <head>, use a controller to do header injection.