ok, sorry, i don't know I made this error.

thx

arnaud

On 3/10/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> That's what it does now, after I made the change. Before it was
> /reference/, now it is /maven-1.x/reference.
>
> It wasn't working, Lukas asked me to fix it.
>
> - Brett
>
> Arnaud HERITIER wrote:
> > Brett,
> >
> > Why was it wrong ?
> > Actually I directly changed the file on people.apache.org and updated it
> > into subversion.
> > The content is :
> > ErrorDocument 404 /errors/404.html
> > RedirectMatch ^/maven2/(.*)$ /$1
> > RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
> > RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1
> >
> > What I want is to redirect all old plugins directories
> > (/maven-1.x/reference/plugins/*)
> > to the new ones (/maven-1.x/plugins/*)
> >
> > And it works actually !!!
> >
> >
> > On 3/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >> Author: brett
> >> Date: Sun Mar  5 11:06:19 2006
> >> New Revision: 383371
> >>
> >> URL: http://svn.apache.org/viewcvs?rev=383371&view=rev
> >> Log:
> >> fix the .htaccess redirect
> >>
> >> Modified:
> >>     maven/site/trunk/src/site/resources/.htaccess
> >>
> >> Modified: maven/site/trunk/src/site/resources/.htaccess
> >> URL:
> >>
> http://svn.apache.org/viewcvs/maven/site/trunk/src/site/resources/.htaccess?rev=383371&r1=383370&r2=383371&view=diff
> >>
> >>
> ==============================================================================
> >> --- maven/site/trunk/src/site/resources/.htaccess (original)
> >> +++ maven/site/trunk/src/site/resources/.htaccess Sun Mar  5 11:06:19
> 2006
> >> @@ -1,4 +1,4 @@
> >> ErrorDocument 404 /errors/404.html
> >> RedirectMatch ^/maven2/(.*)$ /$1
> >> -RedirectMatch ^/reference/plugins/(.*)$ /maven-1.x/plugins/$1
> >> -RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
> >> \ No newline at end of file
> >> +RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
> >> +RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x
> /plugins/$1
> >>
> >>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to