<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dir</td></tr>
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.0.51 and later</td></tr>
</table>
- <p>The <code class="directive">DirectorySlash</code> directive determines, whether
+ <p>The <code class="directive">DirectorySlash</code> directive determines whether
<code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code> should fixup URLs pointing to a directory or
not.</p>
<li>Relative URL references inside html pages will work correctly.</li>
</ul>
- <p>Well, if you don't want this effect <em>and</em> the reasons above don't
- apply to you, you can turn off the redirect with:</p>
+ <p>If you don't want this effect <em>and</em> the reasons above don't
+ apply to you, you can turn off the redirect as shown below. However,
+ be aware that there are possible security implications to doing
+ this.</p>
<div class="example"><p><code>
# see security warning below!<br />
<a href="../ko/mod/mod_dir.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="../tr/mod/mod_dir.html" title="Türkçe"> tr </a></p>
</div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>Bölü çizgisiyle biten yönlendirmeleri yapar ve dizin içeriği dosyalarını sunar.</td></tr>
<tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr>
<tr><th><a href="module-dict.html#ModuleIdentifier">Modül Betimleyici:</a></th><td>dir_module</td></tr>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:1055866 (outdated) -->
+<!-- English Revision: 421100:1081769 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1055866 (outdated) -->
+<!-- English Revision: 151408:1081769 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<variant>en</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
- <variant>tr</variant>
+ <variant outdated="yes">tr</variant>
</variants>
</metafile>
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1055866 -->
+<!-- English Revision: 1055866:1081769 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
only the direct result of substitutions, without any PATH_INFO
appended.</p></dd>
- <dt>
- '<code>env|E=</code><em>VAR</em>[:<em>VAL</em>]'
+ <dt>'<code>env|E=!</code><em>VAR</em>[:<em>VAL</em>]'
(set environment variable)</dt><dd>
This forces an environment variable named <em>VAR</em> to
be set. The value will be <em>VAL</em> if provided, where <em>VAL</em>
can contain regexp backreferences (<code>$N</code> and
- <code>%N</code>) which will be expanded. You can use this
- flag more than once, to set more than one variable. The
- variables can later be dereferenced in many situations, most commonly
- from within XSSI (via <code><!--#echo
+ <code>%N</code>) which will be expanded. The form !<em>VAR</em> causes
+ the environment variable <em>VAR</em> to be unset and does not accept
+ any <em>VAL</em>. You can use this flag more than once, to set more
+ than one variable. The variables can later be dereferenced in many
+ situations, most commonly from within XSSI (via <code><!--#echo
var="VAR"--></code>) or CGI (<code>$ENV{'VAR'}</code>).
You can also dereference the variable in a later RewriteCond pattern, using
<code>%{ENV:VAR}</code>. Use this to strip
résultat direct des substitutions, sans aucune information
PATH_INFO ajoutée..</p></dd>
- <dt>
- '<code>env|E=</code><em>VAR</em>[:<em>VAL</em>]'
+ <dt>'<code>env|E=!</code><em>VAR</em>[:<em>VAL</em>]'
(définit une variable d'environnement)</dt><dd>
Ce drapeau force la définition d'une variable d'environnement nommée
<em>VAR</em>. La valeur, si elle est fournie, sera <em>VAL</em>, où
<em>VAL</em> peut contenir des références arrières vers des
expressions rationnelles (<code>$N</code> et <code>%N</code>)
- qui seront évaluées. Vous pouvez utiliser ce drapeau plusieurs
+ qui seront évaluées. La forme !<em>VAR</em> annule
+ la définition de la variable d'environnement <em>VAR</em> qui, de
+ ce fait, peut plus recevoir aucune valeur <em>VAL</em>.
+ Vous pouvez utiliser ce drapeau plusieurs
fois pour définir plusieurs variables. Les variables peuvent
ensuite être déréférencées dans de nombreux cas, et le plus
souvent depuis XSSI (via <code><!--#echo