View previous topic :: View next topic |
Author |
Message |
MasterMan -
Joined: 28 Nov 2003 Posts: 2 Location: Brasil
|
Posted: Fri Nov 28, 2003 11:48 pm Post subject: SSI not working |
|
|
i'm a totally newby in web devlopment, i lean a bit of js, a little css, almost anyting in cgi/perl, and lots of plain html.
now i'm studiing ssi and php
hey! abyss is wonderfull!
but i can't get SSI comands working for me, why?
can anyone show me the exact setings to put in the console for work in SSI?
thanx in advance |
|
Back to top |
|
 |
Axis -
Joined: 29 Sep 2003 Posts: 336
|
Posted: Sat Nov 29, 2003 1:27 am Post subject: |
|
|
Hi MasterMan--
There is a screen shot of the settings here:
http://www.aprelium.com/data/abyssws-x1-win-doc-html/serveradvanced.html#SSIPARAMETERS (about 1/2 way down the page).
If you want to use a ssi tag on a different file extention (like htm html etc), make sure to add it to the list of ssi associated extentions.
A ssi tag would look something like this:
<!-- #include file="header.html" -->
if the header.html exists in the same folder as the page that contains the tag. Or:
<!--#exec cgi="/cgi-bin/axs/total.cgi"-->
to execute and include something in the "axs" folder of the cgi-bin, etc.
I hope that helps a little.
Regards,
Axis |
|
Back to top |
|
 |
|