
Donna
Staff
/ Moderator

Jan 15, 2007, 9:39 AM
Post #4 of 5
(2755 views)
Shortcut
|
|
Re: [margaretmh] Include problem on search pages
[In reply to]
|
Can't Post
|
|
Hi Margaret! No problem -- That problem is related to a feature in Article Manager that allows it to interpret SSI's and code (PHP, ASP, etc) in it's dynamically generated pages, but this system won't run on your web host. Specifically, the server you're on does not accept web requests from itself. This means that the dynamic pages won't be able to interpret SSIs, or other script language markup in them. Article Manager includes an alternative system called "template includes". The only thing you need to do differently is when you add server side includes (SSI) to the page - you'll need to mirror all of your SSI's with corresponding template includes. For example, if you have the following SSI: <!--#include file="navigation_header.html" --> You'll need to change it to this: <!--#include file="navigation_header.html" --> <!-- template include : navigation_header.html --> Template includes are relative to Article Manager's publish directory. So, if you go into your templates and modify each of them to have a template include as well as the SSI, everything should work as expected for you. :) Donna -- support@interactivetools.com
|