Commit 7750bb06 authored by Andre Malo's avatar Andre Malo
Browse files

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
parent ebe1666b
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/convenience.map: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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
+1 −1
Changes for docs/manual/style/xsl/convmap.xsl: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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']