help with Server side includes

liunx

Guest
Hello all,<br />
I have developed a website and was using a server side include file for including the banner for the website. The problem with this is , I have to now upload all the files to a Macintosh web server (I do not have any clue about the version etc.,). <br />
The includes worked fine till they were processed on IIS; however once I started testing on the macintosh server, they stopped working. <br />
<br />
I tried using absolute paths and then relative paths to the files to be included. <br />
The include command that I use is<br />
<!--#include file="path/to/banner.html" --><br />
<br />
and this is included in a file with the extention .shtml <br />
(index.shtml)<br />
<br />
I have tried all I could but could not get it to work. So I decided to turn to you gurus for help.<br />
<br />
The file I am trying to include is <br />
<!-- m --><a class="postlink" href="http://opbs.okstate.edu/core/tmp/include/banner.html">http://opbs.okstate.edu/core/tmp/include/banner.html</a><!-- m --><br />
and the file that should include the above file is<br />
<br />
<!-- m --><a class="postlink" href="http://opbs.okstate.edu/core/tmp/index.shtml">http://opbs.okstate.edu/core/tmp/index.shtml</a><!-- m --><br />
<br />
<br />
Please advise,<br />
Shashank<!--content-->please can someone help me with this?<br />
Thanks in advance<!--content-->
 
Back
Top