PDA

View Full Version : SSI with Virtualave



Big Ass Robot
July 9th, 2001, 04:52
I know Virtualave supports SSI, but how do I get it to work? The regular <!--include virtual="#..." --> thing doesn't work.

Dusty
July 9th, 2001, 04:56
It's <!--#include virtual="whatever"-->, you've got the # in the wrong place.

It's been a while since I've used VA but as I remember there was nothing unusual about their SSI, that should work.

Big Ass Robot
July 9th, 2001, 05:06
Originally posted by Dusty
It's <!--#include virtual="whatever"-->, you've got the # in the wrong place.

Whoops thats what I meant in the first post! Typo... but yeah I tried that and it didn't work. I keep getting "[error: could not process this directive]" messages.

gyrbo
July 9th, 2001, 06:59
You must make sure you don't use absolute paths. It's not URL based, but server path based!

Big Ass Robot
July 9th, 2001, 12:23
Originally posted by gyrbo
You must make sure you don't use absolute paths. It's not URL based, but server path based!


It works! Thanks! I had the path pointing to the URL of the html page instead of the server path! :)