* Colm MacCarthaigh <[EMAIL PROTECTED]> wrote:

> It's bit 6 months since the redirects were put in place, and we're about
> to release 2.2. Is it time that
> 
>       /docs/blah redirected to "/docs/2.2/blah"

> The vast vast majority of urls are compatible, and for those that are
> not, we can do;

They are not. The negotiation works different for 2.x. I'd

(a) leave it as
(b) or drop the automatic redirect at all (We could put a 410 page in place 
instead)

Further I'd redirect /2.1/ to /2.2/ permanently.

>       <Directory /wherever/docs/>
>         RewriteCond   %{REQUEST_FILENAME} !-f         
>         RewriteCond   %{REQUEST_FILENAME} !-d         
>         RewriteRule   ^/docs(.+)$     $1
[...]

That would interfere with the negotiation mechanism either.

nd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to