View previous topic :: View next topic |
Author |
Message |
FredAt -
Joined: 18 Dec 2006 Posts: 4
|
Posted: Mon Dec 18, 2006 9:18 am Post subject: SSI Virtual Path Problem |
|
|
I have been aware of Abyss for a while now but have only just started using the free version because I am developing a site that makes extensive use of SSI and ASPand Abyss makes managing both easy. That apart, I really do like the way it works, is administered... . The question I have is this
a. I am serving up a page, Differ.stm, subjected to SSI from a virtual directory called "Hidden".
b. In building that file using SSI I use the directive <!--#include virtual="includes/logo.html" --> which refers to another virtual directory "Includes".
c. For convenience during testing both the virtual directories actually point to subdirectories inside another virtual directory, "Website" which is where I store the Index.stm page.
The problem I have - Abyss does not appear to be able to process the SSI directive (b. above) inside Differ.stm. What am I doing wrong? I would much appreciate any help.[/list][/list] |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Mon Dec 18, 2006 2:31 pm Post subject: Re: SSI Virtual Path Problem |
|
|
FredAt wrote: | a. I am serving up a page, Differ.stm, subjected to SSI from a virtual directory called "Hidden".
b. In building that file using SSI I use the directive <!--#include virtual="includes/logo.html" --> which refers to another virtual directory "Includes".
c. For convenience during testing both the virtual directories actually point to subdirectories inside another virtual directory, "Website" which is where I store the Index.stm page.
The problem I have - Abyss does not appear to be able to process the SSI directive (b. above) inside Differ.stm. What am I doing wrong? I would much appreciate any help. |
SSI can be a little tricky. A virtual path ought to start with a slash. Here's your example.
<!--#include virtual="/includes/logo.html" -->
Are you trying to use SSI nesting? (Trying to use SSI in an included file) That doesn't work. _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Dec 18, 2006 2:44 pm Post subject: Re: SSI Virtual Path Problem |
|
|
FredAt wrote: | The problem I have - Abyss does not appear to be able to process the SSI directive (b. above) inside Differ.stm. What am I doing wrong? I would much appreciate any help.[/list][/list] |
What do you mean exactly by "Abyss is not able to process the SSI directive": do you get an error message or is it simply ignored? Are other SSI directives working fine? (try using <!--#printenv --> for example). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
FredAt -
Joined: 18 Dec 2006 Posts: 4
|
Posted: Mon Dec 18, 2006 3:37 pm Post subject: Re: SSI Virtual Path Problem |
|
|
aprelium wrote: |
What do you mean exactly by "Abyss is not able to process the SSI directive": do you get an error message or is it simply ignored? Are other SSI directives working fine? (try using <!--#printenv --> for example). |
The starting solidus did the trick - I mean I just had to do /includes/logo.stm etc and it works just fine. Thank you very much! |
|
Back to top |
|
 |
|