ricardovw
01-17-2003, 04:14 AM
i have win xp and im runnin IIS v5.1
however whenever i want to include a ssi, i get a permision error, i know u should add a line or two to ur .htaccess but thats on unix, or apache servers, so can someone help me ???
:confused:
Morgoth
01-17-2003, 04:18 AM
I might not be able to help you, but can you explain to me what ssi is?
ricardovw
01-17-2003, 04:21 AM
server side includes,
its a small command to get the output of a script to ur *.shtml page...
for example u add this code to a index.shtml
<!--#exec cgi="/cgi-bin/ssi/test.pl" -->
then the test script containts
print "hello world";
exit;
in the shtml page where u inserted the ssi, it should appear hello word...
hope that help
Morgoth
01-17-2003, 04:25 AM
LOL, I opened my ASP book, and was looking for some IIS details and I saw SSI just sitting in there.
Hum.. by the sound of file permissions are you sure you have read access for everyone set for that file?
Roy Sinclair
01-17-2003, 06:14 PM
What sort of SSI are you trying? I use SSIs under IIS all the time and don't have any trouble.
Morgoth
01-17-2003, 11:36 PM
I run Windows 2000, IIS 5.0 Service Packed 3, and I believe, I am only able to run #include, I have tried #fsize and #flastmod and they don't seem to work.
Roy Sinclair
01-18-2003, 12:17 AM
Originally posted by Morgoth
I run Windows 2000, IIS 5.0 Service Packed 3, and I believe, I am only able to run #include, I have tried #fsize and #flastmod and they don't seem to work.
See this (http://www.codingforums.com/showthread.php?s=&threadid=13117) thread for the rest of the equation.