Author: brett Date: Wed Jan 11 17:24:05 2006 New Revision: 368207 URL: http://svn.apache.org/viewcvs?rev=368207&view=rev Log: non-working rule. Can't get /maven right, but /maven/ works
Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess?rev=368207&r1=368206&r2=368207&view=diff ============================================================================== --- maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess (original) +++ maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess Wed Jan 11 17:24:05 2006 @@ -1,6 +1,5 @@ ## IF YOU MODIFY THIS FILE, MAKE SURE IT GETS UPDATED IN SVN - ## MAVEN 1.0.2 doesn't deal with redirects. Avoid them RewriteEngine on @@ -15,8 +14,6 @@ RewriteRule commons-logging/jars/commons-logging-1.1-dev.jar /maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [L] RewriteRule strutstestcase/jars/strutstestcase-(.+).jar /maven2/strutstestcase/strutstestcase/$1/strutstestcase-$1.jar [L] RewriteRule stax-utils/jars/stax-utils-snapshot-(.+).jar /maven2/stax-utils/stax-utils/snapshot-$1/stax-utils-snapshot-$1.jar [L] - -RewriteRule maven$ /maven2/ [R] # rewrite // to / #RewriteRule ^/maven//(.*) /maven/$1