chris_f

msg:577602 | 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

msg:577603 | 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

msg:577604 | 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

msg:577605 | 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

msg:577606 | 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

msg:577607 | 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. |
| as described here: [webmasterworld.com ] and referenced here too: [webmasterworld.com ] Good lucK!
|
|