- From: Thierry Pussieux <pussieux@cea.fr>
- Date: Tue, 27 Oct 1998 17:31:35 +0100
- To: www-html@w3.org
Hi, a question concerning SSI. I have in a file called pied.html the following code <!--#echo var="PATH_INFO" --> <!--#flastmod file="/Sphn/index.shtml" --> This file pied.html is included in a index.shtml file via the following command <!--#include file="/Sphn/pied.html"--> The result is what I want : /Sphn/pied.html 27/10/1998 17:22:04 Now i'd like to have in my pied.html file the following command <!--#flastmod file="&&PATH_INFO"--> But this doesn't work and I've got the following error message Impossible d'exécuter flastmod('&&PATH_INFO') : code d'erreur Win32 = 2 In english, Impossible to execute flastmod('&&PATH_INFO') : error code Win32 = 2 Is it the right command syntax or is it a problem of the server configuration ? Thanks a lot in advance for your cooperation TP -- ------------------------------------------------------------------------ Dr. Thierry Pussieux Mail : C.E.A Saclay, DSM/DAPNIA/SPhN Phone : (33) 1 69 08 33 68 91191 Gif sur Yvette FRANCE Fax : (33) 1 69 08 75 84 E-mail : mailto:pussieux@cea.fr WWW :http://www-dapnia.cea.fr/Sphn ------------------------------------------------------------------------
Received on Tuesday, 27 October 1998 11:31:39 UTC