PDA

View Full Version : Shtml in Actinic


tigercore
29-Jul-2003, 05:04 PM
Can the Act_Primary.html and Act_BrochurePrimary.html pages be renamed to .shtml.

I want to include my navgation menu by means of a Server Side Inlclude (SSI).

Any Ideas?

cdicken
31-Jul-2003, 08:17 AM
A different approach is that you can change the extensions of all the generated section pages in the store by editing the 'Page Name' field within the 'Layout' tab of a section. You can do the same to all the brochure pages by editing the 'Page Filename' field.

You would then need to add the SSI code into Act_Primary and Act_BrochurePrimary.

One note, Actinic won't ge able to generate the view cart and checkout pages with anything other than a html extension - sorry about that. You can set up a web server to parse HTML pages for SSI includes though.