diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-13 13:49:23 +0000 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-13 13:49:23 +0000 |
commit | d0adb9e3644406ed19b4a9580ddb00f14a02af74 (patch) | |
tree | 53657c07644471255e2f6ebe716b2dbb0d48ebbd /docs/manual/howto | |
parent | 5b0d8e31f4b4f07963b2f332b54e8271e24dbb9e (diff) | |
download | httpd-d0adb9e3644406ed19b4a9580ddb00f14a02af74.tar.gz |
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r-- | docs/manual/howto/htaccess.html.en | 6 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.xml.fr | 2 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.xml.meta | 2 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.xml.pt-br | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 521f0720f8..41fcab166b 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -198,8 +198,8 @@ changes on a per-directory basis.</p> <div class="example"><h3>Section from your <code>httpd.conf</code> file</h3><pre class="prettyprint lang-config"> -<Directory /www/htdocs/example><br /> - AddType text/example .exm<br /> +<Directory /www/htdocs/example> + AddType text/example .exm </Directory> </pre> </div> @@ -268,7 +268,7 @@ changes on a per-directory basis.</p> <pre class="prettyprint lang-config"> <Directory /www/htdocs> - Allowoverride All + AllowOverride All </Directory> <Location /> diff --git a/docs/manual/howto/htaccess.xml.fr b/docs/manual/howto/htaccess.xml.fr index 7a49d5f0e8..2a63de9520 100644 --- a/docs/manual/howto/htaccess.xml.fr +++ b/docs/manual/howto/htaccess.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision : 1330277 --> +<!-- English Revision: 1330277:1337880 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja index cf227843d8..1d51cebd35 100644 --- a/docs/manual/howto/htaccess.xml.ja +++ b/docs/manual/howto/htaccess.xml.ja @@ -1,7 +1,7 @@ <?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: 574882:1330277 (outdated) --> +<!-- English Revision: 574882:1337880 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/howto/htaccess.xml.ko b/docs/manual/howto/htaccess.xml.ko index 5566525672..60c5a7c3f4 100644 --- a/docs/manual/howto/htaccess.xml.ko +++ b/docs/manual/howto/htaccess.xml.ko @@ -1,7 +1,7 @@ <?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: 151408:1330277 (outdated) --> +<!-- English Revision: 151408:1337880 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/howto/htaccess.xml.meta b/docs/manual/howto/htaccess.xml.meta index a962e7243c..aba40c04ac 100644 --- a/docs/manual/howto/htaccess.xml.meta +++ b/docs/manual/howto/htaccess.xml.meta @@ -8,7 +8,7 @@ <variants> <variant>en</variant> - <variant>fr</variant> + <variant outdated="yes">fr</variant> <variant outdated="yes">ja</variant> <variant outdated="yes">ko</variant> <variant outdated="yes">pt-br</variant> diff --git a/docs/manual/howto/htaccess.xml.pt-br b/docs/manual/howto/htaccess.xml.pt-br index 23800439cf..8f6220fed0 100644 --- a/docs/manual/howto/htaccess.xml.pt-br +++ b/docs/manual/howto/htaccess.xml.pt-br @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.pt-br.xsl"?> -<!-- English Revision: 151408:1330277 (outdated) --> +<!-- English Revision: 151408:1337880 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |