[devtalk] site check please [oi dev talk and social list]

David Precious dave at preshweb.co.uk
Fri Oct 2 09:57:41 BST 2009


On Friday 02 October 2009 08:28:08 joseph harris wrote:
> Anyone understand Opera - or does it matter enough? [I would have thought
> SSI was still major enough for all browsers to be aware. All except the
> foot is in tables and other SSI are picked up, so that can't be Opera's
> problem!]

No browser understands SSI - the hint is in the name, Server-Side Includes.  
The server (i.e. Apache) processes the SSI directives, then sends the result 
to the browser.  The browser has no idea what steps were involved in getting 
the resulting HTML for it to render.  Think of it in much the same way as PHP 
or any other server-side language - the browser just receives the resulting 
HTML.  (View source on your page and you'll see that.)

Cheers

Dave P




More information about the devtalk mailing list