Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2008-07-23, 12:19 AM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
typically, I find that

<!--#include virtual="/include/streamt.htm" -->

would work better.

Are you getting the dreaded, An error has occurred processing this directive?

If so, the file could be missing, it might not be readable by the server, the path could be wrong.

If you're not getting an error, check the source to see if the command is inside the html page -- if so, you may not have SSI parsing turned on for .htm pages (many servers don't parse .htm for SSI)

AddHandler server-parsed .htm .html

If it isn't already

If you're using apache 2.x (and you should be)

<FilesMatch "\.htm(l)?(\..+)?$">
SetOutputFilter INCLUDES
</FilesMatch>

If you have access to the raw apache logs, you might have better luck seeing the error message if none of the above helps.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:16 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc