diff options
Diffstat (limited to 'docs/manual/custom-error.html.tr.utf8')
-rw-r--r-- | docs/manual/custom-error.html.tr.utf8 | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/docs/manual/custom-error.html.tr.utf8 b/docs/manual/custom-error.html.tr.utf8 index 2cb5df21..3cf8384b 100644 --- a/docs/manual/custom-error.html.tr.utf8 +++ b/docs/manual/custom-error.html.tr.utf8 @@ -9,7 +9,7 @@ <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 rel="stylesheet" type="text/css" href="./style/css/prettify.css" /> -<script src="./style/scripts/prettify.js" type="text/javascript"> +<script src="./style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="./images/favicon.ico" rel="shortcut icon" /></head> @@ -62,20 +62,16 @@ bağlamlarında da kullanılabilir. <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> yönergesine <code>FileInfo</code> atanarak <code>.htaccess</code> dosyalarında da kullanılabilir.</p> - <pre class="prettyprint lang-config"> -ErrorDocument 500 "Pardon, galiba bizim betik hata verdi." + <pre class="prettyprint lang-config">ErrorDocument 500 "Pardon, galiba bizim betik hata verdi." ErrorDocument 500 /cgi-bin/hata-kurtarma ErrorDocument 500 http://error.example.com/server_error.html ErrorDocument 404 /ozuru_kabahatinden_buyuk/yok.html -ErrorDocument 401 /Uyeler/NASIL_uye_olunur.html - </pre> +ErrorDocument 401 /Uyeler/NASIL_uye_olunur.html</pre> <p><code>ErrorDocument</code> yönergesinin sözdizimi:</p> - <pre class="prettyprint lang-config"> -ErrorDocument <3-rakamlı-kod> <eylem> - </pre> + <pre class="prettyprint lang-config">ErrorDocument <3-rakamlı-kod> <eylem></pre> <p><var>eylem</var> şunlardan biri olabilir:</p> @@ -152,12 +148,10 @@ ErrorDocument <3-rakamlı-kod> <eylem> "<code>Status:</code>" başlık alanına yer verilmelidir. Örneğin, bir Perl betiği şunları içerebilirdi:</p> - <pre class="prettyprint lang-perl"> -... + <pre class="prettyprint lang-perl">... print "Content-type: text/html\n"; printf "Status: %s durumu saptandı.\n", $ENV{"REDIRECT_STATUS"}; -... - </pre> +...</pre> <p>Eğer betik, <code>404 Not Found</code> gibi, belli bir hata @@ -182,10 +176,8 @@ printf "Status: %s durumu saptandı.\n", $ENV{"REDIRECT_STATUS"}; <p>Sunucu yapılandırma dosyanızda şöyle satırlar görebilirsiniz:</p> - <pre class="prettyprint lang-config"> -# Multi-language error messages -#Include conf/extra/httpd-multilang-errordoc.conf - </pre> + <pre class="prettyprint lang-config"># Multi-language error messages +#Include conf/extra/httpd-multilang-errordoc.conf</pre> <p>Bu <code>Include</code> satırını açıklama olmaktan çıkarırsanız @@ -230,7 +222,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html'; } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> <p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |