PDA

View Full Version : SSI on HostRocket


dartdude
02-04-2001, 08:56 PM
I'm trying to get newspro, news updating cgi script, to work with my new site but I'm wondering does hostrocket support SSI??? I keep putting this in my homepage for the html is this correct?

<!--#include virtual="/cgi-bin/newspro/news.txt" -->

I also use dreamweaver to insert SSI, so anyone that can help me with this please reply. I'm desperate.

petesmc
02-05-2001, 03:30 AM
use file instead of virtual it might work.

I personally haven't installed newspro on HR server but on other and it worked...

dartdude
02-05-2001, 06:41 AM
Well I got a little farther now. I figured out I had to save the file as .shtml but now that I got that to work this is what the page says,

"[an error occurred while processing this directive]"

Any ideas? The file news.txt has CHMOD to 777 and still no go.

petesmc
02-05-2001, 12:57 PM
try

<!--#include virtual="cgi-bin/newspro/news.txt" -->