On Wed, Nov 30, 2005 at 01:49:45PM +0100, André Malo wrote:
> They are not. The negotiation works different for 2.x. I'd
> 
> (a) leave it as

The 1.3 documentation is much less readable than the 2.x documentation,
that someone looking for documentation on a feature get the much more
clearly formatted readable version.

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

or what about

  (c) just change the /docs/ -> /docs/1.3/ redirect to become /docs/ ->
      /docs/2.2/

> 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.

How come? If someone requests invoking.html.fr they'll get the 1.3 FR
version.  If someone requests invoking.html they'll get redirected to
2.2/invoking.html and negotiation will happen as normal. 

-- 
Colm MacCárthaigh                        Public Key: [EMAIL PROTECTED]

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

Reply via email to