hi all, i use server side includes for menus etc... but the server this site is to be hosted on wont handle asp pages. do server side includes work in htm pages? cheers - D
chris_f
11:38 am on Jul 18, 2003 (gmt 0)
In short ... no. Sorry. I guess that's not what you want to here. I dearn't suggest frames :)
Chris
incywincy
11:44 am on Jul 18, 2003 (gmt 0)
if you're going to run on apache you can configure it parse .html files for server side includes. this could be a big overhead though if your site has lots of .html pages that don't use ssi.
Wertigon
11:58 am on Jul 18, 2003 (gmt 0)
I assume you mean SSI as in <!--#INCLUDE virtual="menu.txt"--> and similar, right?
You need to save your pages in .shtml to get them to work. If you're using PHP or ASP you code in the sections you want using those languages instead.
incywincy
12:02 pm on Jul 18, 2003 (gmt 0)
don't think that's true for apache wertington, you can configure apache to parse any file extension for ssi's, not just files with a .shtml extension.
i have lots of .html files with ssi's
legster
12:04 pm on Jul 18, 2003 (gmt 0)
You just need to edit the .htaccess file to allow it to read an html file as an shtml file.
quiet_man
12:56 pm on Jul 18, 2003 (gmt 0)
You just need to edit the .htaccess file to allow it to read an html file as an shtml file.