diff options
author | Jim Jagielski <jim@apache.org> | 2006-08-17 21:41:07 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2006-08-17 21:41:07 +0200 |
commit | a187478d9ed1c0b4b9fbadb24c6c6c937538a838 (patch) | |
tree | c11d3b63cf1960a62af9afc12b88a202c2115be6 /docs/manual/custom-error.html.en | |
parent | Fix context error (diff) | |
download | apache2-a187478d9ed1c0b4b9fbadb24c6c6c937538a838.tar.xz apache2-a187478d9ed1c0b4b9fbadb24c6c6c937538a838.zip |
Update docs and transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432360 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/custom-error.html.en')
-rw-r--r-- | docs/manual/custom-error.html.en | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index cbf50c8502..b4f25362a6 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -6,22 +6,22 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> <title>Custom Error Responses - Apache HTTP Server</title> -<link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> -<link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> -<link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /> -<link href="./images/favicon.ico" rel="shortcut icon" /></head> +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /> +<link href="../images/favicon.ico" rel="shortcut icon" /></head> <body id="manual-page"><div id="page-header"> -<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p> <p class="apache">Apache HTTP Server Version 2.3</p> -<img alt="" src="./images/feather.gif" /></div> -<div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> +<img alt="" src="../images/feather.gif" /></div> +<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="./">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Custom Error Responses</h1> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Custom Error Responses</h1> <div class="toplang"> -<p><span>Available Languages: </span><a href="./en/custom-error.html" title="English"> en </a> | -<a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espaņol"> es </a> | -<a href="./ja/custom-error.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | -<a href="./ko/custom-error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> +<p><span>Available Languages: </span><a href="../en/./custom-error.html" title="English"> en </a> | +<a href="../es/./custom-error.html" hreflang="es" rel="alternate" title="Espaņol"> es </a> | +<a href="../ja/./custom-error.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | +<a href="../ko/./custom-error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div> <p>Additional functionality allows webmasters to configure the response @@ -34,11 +34,11 @@ then this response can be replaced with either some friendlier text or by a redirection to another URL (local or external).</p> </div> -<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#behavior">Behavior</a></li> -<li><img alt="" src="./images/down.gif" /> <a href="#configuration">Configuration</a></li> -<li><img alt="" src="./images/down.gif" /> <a href="#custom">Custom Error Responses and Redirects</a></li> +<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#behavior">Behavior</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#configuration">Configuration</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#custom">Custom Error Responses and Redirects</a></li> </ul></div> -<div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="behavior" id="behavior">Behavior</a></h2> @@ -94,19 +94,19 @@ new URL (assuming it's a cgi-script or a cgi-include). The other variables will exist only if they existed prior to the error/problem. <strong>None</strong> of these will be - set if your <code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code> is an + set if your <code class="directive"><a href="../mod/core.html#errordocument">ErrorDocument</a></code> is an <em>external</em> redirect (anything starting with a scheme name like <code>http:</code>, even if it refers to the same host as the server).</p> - </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> + </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="configuration" id="configuration">Configuration</a></h2> - <p>Use of <code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code> is enabled + <p>Use of <code class="directive"><a href="../mod/core.html#errordocument">ErrorDocument</a></code> is enabled for .htaccess files when the - <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> is set accordingly.</p> + <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> is set accordingly.</p> <p>Here are some examples...</p> @@ -135,7 +135,7 @@ <li>A local URL to redirect to.</li> </ol> - </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> + </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="custom" id="custom">Custom Error Responses and Redirects</a></h2> @@ -194,11 +194,11 @@ </div></div> <div class="bottomlang"> -<p><span>Available Languages: </span><a href="./en/custom-error.html" title="English"> en </a> | -<a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espaņol"> es </a> | -<a href="./ja/custom-error.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | -<a href="./ko/custom-error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> +<p><span>Available Languages: </span><a href="../en/./custom-error.html" title="English"> en </a> | +<a href="../es/./custom-error.html" hreflang="es" rel="alternate" title="Espaņol"> es </a> | +<a href="../ja/./custom-error.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | +<a href="../ko/./custom-error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div id="footer"> <p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> -<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> +<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |