At 11:40 PM 09/24/2001 -0500, Steve Alvarez wrote: > >I have been able to use SSI <!--#include file="filename" --> on Rootsweb, >but unable to use the virtual command. > >Has anyone successfully used the <!#include virtual="directory" --> command >on Rootsweb. Yep, I've used it a lot. But you have to code it correctly. You still have to have the two -- after the <! which opens the SSI command. And, the "directory" part has to start at the server root and specify the exact file which is to be imbedded into this page like this: <!--#include virtual="/~account/filename.html" --> I've put up a simple sample in two of my accounts on www.rootsweb.com. The web page is at http://www.rootsweb.com/~alclebur/testit.html It imbeds a file located at http://www.rootsweb.com/~algenweb/testing/trailer.html The SSI coding is shown on my 'testit' page: <!--#include virtual="/~algenweb/testing/trailer.html" --> Regards, Elsi