diff options
author | André Malo <nd@apache.org> | 2005-07-23 23:12:54 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2005-07-23 23:12:54 +0200 |
commit | 085f63d01f23108149c84b8189274e963e3476b1 (patch) | |
tree | a7e9293f6a12cfc1da88f3cb2e227b50f698304b | |
parent | add generated convenience rewritemap (diff) | |
download | apache2-085f63d01f23108149c84b8189274e963e3476b1.tar.xz apache2-085f63d01f23108149c84b8189274e963e3476b1.zip |
we need to match the string end.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@224542 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/convenience.map | 2 | ||||
-rw-r--r-- | docs/manual/style/xsl/convmap.xsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 1b5c0daaf7..5a777001a0 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -4,7 +4,7 @@ # RewriteEngine On # RewriteMap dir2url txt:/path/to/convenience.map # RewriteCond ${dir2url:$1} (.+) -# RewriteRule ^/+([^/]+) /manual/%1 [R=301,NE,L] +# RewriteRule ^/+([^/]+)$ /manual/%1 [R=301,NE,L] acceptfilter mod/core.html#acceptfilter acceptmutex mod/mpm_common.html#acceptmutex diff --git a/docs/manual/style/xsl/convmap.xsl b/docs/manual/style/xsl/convmap.xsl index 4980c6962c..a7ad690429 100644 --- a/docs/manual/style/xsl/convmap.xsl +++ b/docs/manual/style/xsl/convmap.xsl @@ -42,7 +42,7 @@ <xsl:text># RewriteMap dir2url </xsl:text> <xsl:text>txt:/path/to/convenience.map</xsl:text>&lf; <xsl:text># RewriteCond ${dir2url:$1} (.+)</xsl:text>&lf; -<xsl:text># RewriteRule ^/+([^/]+) /manual/%1 [R=301,NE,L]</xsl:text>&lf;&lf; +<xsl:text># RewriteRule ^/+([^/]+)$ /manual/%1 [R=301,NE,L]</xsl:text>&lf;&lf; <xsl:apply-templates select="document(modulefile)/modulesynopsis[status!='Obsolete'] |