Thread: SSI question
View Single Post
Old 2008-07-23, 09:52 AM   #6
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Code:
<br><center><hr>
<!--#include virtual="/include/streamt.htm" -->

</body>
Well, the code itself is visible when you do view source.

Appears that you're on Apache 1.3.x

so, try putting an .htaccess with:

Code:
AddHandler server-parsed .htm .html
remove the .html at the end if you don't want to parse .html files -- or, if they are perhaps parsed by php.

When you do a View Source, if you can see the SSI as a comment, it means that the server isn't parsing the page.

Its not a global alias issue, as I can access the include from your web url at http://www.eastcoastsluts.com/include/streamt.htm, so, its just a matter of getting the server to parse SSI on .htm pages. The .htaccess above should do that. You can put the line above in any of your .htaccess files as long as it is above the directory that you want things parsed. You might put it in the .htaccess at the root of your site in case you have other mod_rewrites for hotlinking protection, etc.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote