[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] SSI Path Script Help



This newbie is trying to call a SSI from within a HTML file.

I placed the include as follows: <--!exec cgi="cgi-bin/cgifile_SSI.cgi"-->
in my file.  I have also tried <--!exec cgi="/cgi-bin/cgifile_SSI.cgi"-->
and <--!exec cgi="http://www.mydomain.com/cgi-bin/cgifile.cgi"-->

First I called the file 123.shtml and called it through my browser, but no
good.

I also added:

"AddType text/x-server-parsed-html. html
" to my .htaccess file.

Then renamed 123.shtml to 123.html

But my include doesn't show up.  I can call it however directly by URL at
http:/wwww.mydomain.com/cgi-bin/cgifile_SSI.cgi ?

Any ideas?

Thanks John ...