You're right but I didn't have the time to check how to finely configure it.


It should be :
/plugins-sandbox/*.html -> /plugins/sandbox/ (to move the root site of
sandbox plugins)
/plugins-sandbox/<any directory>/* -> /plugins/<any directory>/* (to move
plugins sites from the sandbox)
/reference/plugins/*.html -> /plugins/bundled/ (to move the root site of
bundled plugins)
/reference/plugins/<any directory>/* -> /plugins/<any directory>/* (to move
bundled plugins sites)

I'm not an expert of rewriting rules and I need to investigate if we can do
it and how.

Arnaud

On 3/10/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> shouldn't it be /plugins/sandbox and /plugins/bundled now? Or did I
> misunderstand the changes?
>
> [EMAIL PROTECTED] wrote:
> > Author: aheritier
> > Date: Thu Mar  9 16:28:03 2006
> > New Revision: 384655
> >
> > URL: http://svn.apache.org/viewcvs?rev=384655&view=rev
> > Log:
> > add rewriting rule for plugins-sandbox
> >
> > 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=384655&r1=384654&r2=384655&view=diff
> >
> ==============================================================================
> > --- maven/site/trunk/src/site/resources/.htaccess (original)
> > +++ maven/site/trunk/src/site/resources/.htaccess Thu Mar  9 16:28:03
> 2006
> > @@ -2,3 +2,4 @@
> >  RedirectMatch ^/maven2/(.*)$ /$1
> >  RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
> >  RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1
> > +RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /maven-1.x/plugins/$1
> > \ No newline at end of file
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to