Joined: 30 Jun 2006 |
Posts: 1 |
|
|
 |
Posted: Thu Jun 29, 2006 8:14 am |
|
 |
 |
 |
 |
After installing TechPlat 4.4-Win32... I added "Includes" to the Options line for both Directory / & Directory [DocumentRoot.Dir] tags...
I restarted the server call up the index.shtml page and just the contents of the file come back with the SSI tags in it... Thus, it appears that the SSI commands are not getting exceuted...
So then I tried adding the following line:
AddHandler server-parsed .shtml
Then restated by still no execution of the SSI commands...
I even tried commenting out the AddOutputFilter INCLUDES .shtml, but it still no execution of the SSI commands.
The index.shtml file I have works under TechPlat 3.2 but does Not for TechPlat 4.4....
Any Assitance you can give to remedy this greatly appreciated.
Thanks!
The following is a snipet of the code within the index.shtml file:
<table width=750 border=0 cellpadding=4 cellspacing=0 align=left valign=top>
<tr><td><!--#include virtual="/includes/misc/header.php" --></td></tr>
<tr><td>
<table width=750px >
<tr><td valign=top align=left width=150px ><!--#include virtual="/menu.shtml" --></td>
<td valign=top width=600px >
<table width=600px >
<tr><td colspan=2 ><!--#include virtual="/includes/misc/news.alerts.php" --><!--#include virtual="/welcome.html" --></td></tr>
<tr><td width=600px ><!--#include virtual="/flw.join.html" --><!--#include virtual="/includes/misc/news.clip.php" --></td>
<td valign=top align=right width=130px ><!--#include virtual="/includes/misc/sponsors.php" --></td></tr>
</table>
</td>
</tr>
</table>
</td></tr>
<tr><td><!--#include virtual="/includes/misc/footer.php" --></td></tr>
</table>
|