Posted by Jonathan N. Little on 11/17/07 01:40
Mika wrote:
idea relates to caching; who knows, maybe it'll make a difference.
>
> That does work http://tinyurl.com/324enb so the theory is sound BUT the
> problem is php does to work correctly with our Google Maps integration, and
> also we use SSI such as <!--#include virtual="/_borders/top.htm"--> which is
> why we need shtml.
Ah but you can easily convert that to php like this:
<?php include_once("/_borders/top.htm"); ?>
and forego the SSI
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|