PDA

View Full Version : SSI tags


bigtiger
01-15-2001, 02:23 AM
I'vw tryed to get this to work, I have an banner rotator cgi script that uses ssi but can't seem to get it to work at hr. this is the ssi tag needed. Is there anything special that needs to be done on the server to make it work?


<!--#exec cgi="/cgi-bin/ads/ads.cgi" -->

GregX
01-15-2001, 02:38 AM
Have you tried saving the file as .shtml ?
If you're just saving it as .html it will not interpret the server calls made in the file, other than that, make sure it is between you're <body bgcolor="#ffffff" text="#000000" id=all> tags.

bigtiger
01-15-2001, 02:57 AM
i have tryed .shtml still not working. what did you mean by this?

<body bgcolor="#ffffff" text="#000000" id=all> tags

GregX
01-15-2001, 02:58 PM
Well, the board made a very interesting intertpetaion of my HTML tags.. Just make sure that any SSI calls are between your BODY tags.