]> granicus.if.org Git - apache/commitdiff
we need to match the string end.
authorAndré Malo <nd@apache.org>
Sat, 23 Jul 2005 21:12:54 +0000 (21:12 +0000)
committerAndré Malo <nd@apache.org>
Sat, 23 Jul 2005 21:12:54 +0000 (21:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@224542 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/convenience.map
docs/manual/style/xsl/convmap.xsl

index 1b5c0daaf719009818bfd6d1dbc56b18e18a169b..5a777001a0c78ae988740148b41201ca31d36231 100644 (file)
@@ -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
index 4980c6962c3dda7dbcf555880d9c974444788c87..a7ad6904293032849b97e42e76e8108f3022327f 100644 (file)
@@ -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']