You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2002/01/22 17:40:45 UTC

cvs commit: httpd-2.0/docs/error HTTP_FORBIDDEN.html.var

martin      02/01/22 08:40:45

  Modified:    docs/error HTTP_FORBIDDEN.html.var
  Log:
  Avoid syntax error
  
  Revision  Changes    Path
  1.3       +4 -4      httpd-2.0/docs/error/HTTP_FORBIDDEN.html.var
  
  Index: HTTP_FORBIDDEN.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_FORBIDDEN.html.var,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTTP_FORBIDDEN.html.var	7 Nov 2001 16:06:43 -0000	1.2
  +++ HTTP_FORBIDDEN.html.var	22 Jan 2002 16:40:45 -0000	1.3
  @@ -4,7 +4,7 @@
   <!--#set var="TITLE" value="Zugriff verweigert!" -->
   <!--#include virtual="include/top.html" -->
   
  -  <!--#if expr="$REDIRECT_URL = //$/" -->
  +  <!--#if expr="$REDIRECT_URL = /\/$/" -->
   
       Der Zugriff auf das angeforderte Verzeichnis ist nicht m�glich.
       Entweder ist kein Index-Dokument vorhanden oder das Verzeichnis
  @@ -26,7 +26,7 @@
   Body:----------en--
   <!--#set var="TITLE" value="Access forbidden!" -->
   <!--#include virtual="include/top.html" -->
  -<!--#if expr="$REDIRECT_URL = //$/" -->
  +<!--#if expr="$REDIRECT_URL = /\/$/" -->
   
      You don't have permission to access the requested directory.
      There is either no index document or the directory is read-protected.
  @@ -47,7 +47,7 @@
   <!--#set var="TITLE" value="Access forbidden!" -->
   <!--#include virtual="include/top.html" -->
   
  -  <!--#if expr="$REDIRECT_URL = //$/" -->
  +  <!--#if expr="$REDIRECT_URL = /\/$/" -->
   
           Usted no tiene permiso para accesar a la direcci&oacute;n
           solicitada. Existe la posibilidad de que el directorio
  @@ -70,7 +70,7 @@
   Body:----------fr--
   <!--#set var="TITLE" value="Acc&egrave;s interdit!" -->
   <!--#include virtual="include/top.html" -->
  -<!--#if expr="$REDIRECT_URL = //$/" -->
  +<!--#if expr="$REDIRECT_URL = /\/$/" -->
   Vous n'avez pas le droit d'acc&eacute;der au r&eacute;pertoire
   demand&eacute;. Soit il n'y a pas de document index soit le r&eacute;pertoire
   est prot&eacute;g&eacute;.