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)
Not able to preveiw .page
pavan333
Hi,
I had used server side includes in my components, but i am not able to preview that part in .page .
How should i enable them?
Thanks
Find more posts tagged with
Comments
Rick Poulin
How are you rendering your page files? LiveSite is a Java webapp, so SSI means nothing and I'm not sure you can combine the two. If you're generating HTML from your pages, then you'll only be able to see the SSI happening on the generated HTML, because again, SitePub won't know how to do it.
SSI should not be required. If you're looking to include things like header/footer, the SitePub approach is to have a header/footer component that points to a DCR shared amongst all pages. Then, when you update and publish the DCR and clear the page cache (or regen all pages), the update to the header/footer is applied across the board.
tec_iwov
you could also make a template.
this is a common aproach to have what is known as a C clamp template:
it contains head, foot, and left hand navigation.
arujoh
'I had used server side includes in my components, but i am not able to preview that part in .page. How should i enable them?'
Hey i do face the same problem, any solution for this ?