Commit dc57f0ce authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Update transforms


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1187990 13f79535-47bb-0310-9956-ffa450edef68
parent 9bca2462
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -75,12 +75,13 @@
      ErrorDocument <3-digit-code> <action>
    </code></p></div>

    <p>where the action can be one of:</p>
    <p>where the action will be treated as:</p>

    <ol>
      <li>Text to be displayed. Wrap the text with quotes (").</li>
      <li>A local URL to redirect to.</li>
      <li>An external URL to redirect to.</li>
      <li>A local URL to redirect to (if the action begins with a "/").</li>
      <li>An external URL to redirect to (if the action is a valid URL).</li>
      <li>Text to be displayed (if none of the above). The text must be
          wrapped in quotes (") if it consists of more than one word.</li>
    </ol>

    <p>When redirecting to a local URL, additional environment variables
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
<!-- English Revision: 420990:1174747 (outdated) -->
<!-- English Revision: 420990:1187986 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
<!-- English Revision: 558686:1174747 (outdated) -->
<!-- English Revision: 558686:1187986 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
<!-- English Revision: 420990:1174747 (outdated) -->
<!-- English Revision: 420990:1187986 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
<!-- English Revision: 788930:1174747 (outdated) -->
<!-- English Revision: 788930:1187986 (outdated) -->
<!-- =====================================================
 Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
   Reviewed by: Orhan Berent <berent belgeler.org>
Loading