View previous topic :: View next topic |
Author |
Message |
qwertz -
Joined: 17 Oct 2003 Posts: 15
|
Posted: Fri Mar 26, 2004 8:53 am Post subject: SSI Not Showing Up |
|
|
I've been trying to use SSI on my html pages, so I won't have to update each page manually. I understand that Abyss has a built in SSI configuration, so I don't have to make a .htaccess file. But I've tried to use SSI codes, but they don't seem to be showing up. I'm not sure if I'm doing it correctly, but heres what I got:
Code: | <html>
<head>
<title>Test</title>
</head>
<body>
<!--#include file="ssi.htm" -->
</body>
</html>
|
So basically, if I put that page in a folder, and I place the ssi.htm file in the same folder, it should appear on my test page, rite? But so far, it's not. Are there any commonly known bugs that I may have encountered, or is my SSI code wrong? I turned on SSI Processing in the Abyss console...
Any help would be greatly appreciated!
Kevin |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Mar 26, 2004 2:31 pm Post subject: |
|
|
You need to add the extensions for SSI
in your Abyss console , put the following
htm html
I hope this helped solved your problem :D
Last edited by TRUSTAbyss on Fri Mar 26, 2004 2:31 pm; edited 1 time in total |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Mar 26, 2004 2:31 pm Post subject: Re: SSI Not Showing Up |
|
|
qwertz,
Abyss will rely on the file name extension to know if it should process a file with SSI or send it as is. By default, only .shtml, .shtm and .stm files are considred as SSI. So rename your file (the file which code is listed above) with a .shtml extension (or add html or htm to the SSI associated extensions list). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Mar 26, 2004 2:33 pm Post subject: |
|
|
Wow , we must have posted at the same time , what are the odds
of that happening , sorry about that Aprelium , just trying to help
out your forum and web server users , I still can't believe I did that :?
If your wondering why Im always on here
my work station is at home lol. LateR! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Mar 26, 2004 2:37 pm Post subject: |
|
|
TRUSTpunk wrote: | Wow , we must have posted at the same time |
Both at 2:31 pm!!! If only PhpBB logs the seconds :D _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat Mar 27, 2004 1:45 am Post subject: |
|
|
That is seriously the trippiest thing I have ever seen. How does phpBB decide which post comes first; because I don't think they log the seconds. _________________ Bienvenidos! |
|
Back to top |
 |
 |
qwertz -
Joined: 17 Oct 2003 Posts: 15
|
Posted: Sat Mar 27, 2004 3:33 am Post subject: Ahhh Thanks! |
|
|
Thanks! The only bad thing is that it doesn't show up in Frontpage... damn maybe I should start learning how to using dreamweaver :P |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat Mar 27, 2004 6:34 am Post subject: |
|
|
FrontPage can be limited when it comes to SSI.
And remember, if you already don't know, Abyss does not support FrontPage extentions. _________________ Bienvenidos! |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Mar 28, 2004 4:08 pm Post subject: Re: Ahhh Thanks! |
|
|
qwertz wrote: | Thanks! The only bad thing is that it doesn't show up in Frontpage... damn maybe I should start learning how to using dreamweaver :P |
SSI directives are processed on the server, FrontPage won't show you their result until you move the file on the server. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|