SSI Not Kicking In

Yeah, some of my pages contain the white template still. It was fine until today. I don’t exactly know what I did wrong, so can someone shed some light on this for me.

This is how it SHOULD look like:
http://tartarus.rpgclassics.com/~mmbn4/walkthrough10.shtml

These are the untemplates ones.
http://tartarus.rpgclassics.com/~mmbn4/walkthrough11.shtml
http://tartarus.rpgclassics.com/~mmbn4/walkthrough12.shtml

Your second file has this tag:
<!–+ACM-include virtual="/includes/head.php" -->

It should be this:
<!–include virtual="/includes/head.php" -->

Hmm…but the codes look exactly the same?
( = < ) = >

For, http://tartarus.rpgclassics.com/~mmbn4/walkthrough10.shtml

(html)
(head)
(title)She’s Got a Nice Axe(/title)
(!–#include virtual="/includes/head.php" --)
(/head)
(body)
(!-- Please leave this comment here. --)

Then for, http://tartarus.rpgclassics.com/~mmbn4/walkthrough11.shtml
(html)
(head)
(title)I’m Casting…Magic Missile!(/title)
(!–#include virtual="/includes/head.php" --)
(/head)
(body)
(!-- Please leave this comment here. --)

That’s not how walkthrough11.shtml looks like.

It looks like this:
(!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”)
(html)
(head)
(title)I’m Casting…Magic Missile!(/title)
(!–<b>+ACM</b>-include virtual="/includes/head.php" --)
(/head)
(body)

Take out the “+ACM” part and you should be fine.

Ok, maybe I should of stated that I’m using Mozilla Composer. Anyways, I see the +ACM in the page source. But when I edit the source code with composer, it’s the same as I’ve posted in my previous post.

Man I feel stupid…still can’t figure it out.

Hmm… try editting it with notepad then. Right-click-drag the file onto a notepad shortcut and go to “Open with…”. Make the changes and save.

By the way, Composer has been superceded by Nvu (www.nvu.com). There might be bugs in Composer that are fixed in Nvu.

Yeah…I think someone is wrong with my software? Anyways, I decided to just load in the walkthrough template, I figured the SSI would work with correctly with it also.

http://tartarus.rpgclassics.com/~mmbn4/walkthrough11.shtml

Guess it didn’t…

EDIT:
Yeah, when saving with Composer, the code is messed up. For some reason, punctuation gets replaced by ‘ACM’ for example. So the ‘#’ got replaced…and the “%” also.

EDIT:
Yeah, I installed Nvu and everything is fine now.