|
Posted by Chris F.A. Johnson on 04/23/07 20:38
On 2007-04-23, Toby A Inkster wrote:
> Manfred Preußig wrote:
>> Toby A Inkster schrieb:
>>
>>> <!--#include "filename.html"-->
>>
>> This is to the html-file like a comment.
>
> What happens is that the server (assuming it is configured correctly),
> sees this "special" comment and strips it out, replacing it with the
> contents of "filename.html".
Not like that, it won't. It will give you [an error occurred while
processing this directive]. It should be:
<!--#include virtual="filename.html" -->
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
========= Do not reply to the From: address; use Reply-To: ========
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Navigation:
[Reply to this message]
|