![]() |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2006
Posts: 14
|
Error processing SSI file
Hi
Does anyone know if the servers allow for includes? I've tried doing a very (very!) simple test using 2 files (below), and get the following message: Error processing SSI file My 2 files are: 'index.shtml' contains: <html> <body> <!--#include virtual="menu.inc" --> </body> </html> and 'menu.inc' contains: <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <table width="100" border="0" align="center" cellpadding="0" cellspacing="0"><TR> <a href="link1.html">Test link 1</a> </tr> <tr> <a href="link2.html">Test link 2</a> </tr> </table> Is there something I'm doing wrong? |
|
|
|
|
|
#2 (permalink) |
|
Administrator
Join Date: May 2003
Posts: 1,299
|
Yes, the servers do support SSI - what is the URL of the page?
__________________
Jacob Colton jacob@catalyst2.com Open a ticket | Knowledgebase | Rate catalyst2 | Review catalyst2 |
|
|
|
|
|
#4 (permalink) |
|
Administrator
Join Date: May 2003
Posts: 1,299
|
Try that now - I updated the code so that is:
<!--#include file="menu.html"--> and it is now working.
__________________
Jacob Colton jacob@catalyst2.com Open a ticket | Knowledgebase | Rate catalyst2 | Review catalyst2 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|