You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Steven Noels <st...@outerthought.org> on 2003/07/08 12:04:48 UTC

website redirection

The current setup of http://xml.apache.org/cocoon** is a redirect to 
http://cocoon.apache.org/2.0{1} using this .htaccess file:

RedirectMatch permanent /cocoon(.*)$ "http://cocoon.apache.org/2.0$1

... which means people who still use the old entry point will not be 
aware of our TLP status other than carefully reading & interpreting the URI.

I changed this temporarily to:

RedirectMatch permanent /cocoon/(.+)$ "http://cocoon.apache.org/2.0/$1
RedirectMatch permanent /cocoon/ "http://cocoon.apache.org/

Is this OK with everyone?

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
Read my weblog at            http://blogs.cocoondev.org/stevenn/
stevenn at outerthought.org                stevenn at apache.org


Re: website redirection

Posted by Geoff Howard <co...@leverageweb.com>.
Vadim Gritsenko wrote:
> Steven Noels wrote:
> 
>> The current setup of http://xml.apache.org/cocoon** is a redirect to 
>> http://cocoon.apache.org/2.0{1} using this .htaccess file:
>>
>> RedirectMatch permanent /cocoon(.*)$ "http://cocoon.apache.org/2.0$1
>>
>> ... which means people who still use the old entry point will not be 
>> aware of our TLP status other than carefully reading & interpreting 
>> the URI.
>>
>> I changed this temporarily to:
>>
>> RedirectMatch permanent /cocoon/(.+)$ "http://cocoon.apache.org/2.0/$1
>> RedirectMatch permanent /cocoon/ "http://cocoon.apache.org/
>>
>> Is this OK with everyone? 
> 
> As long as it works :)

It does (just tested) and I think it's a good idea too.

Geoff (back from vacation)


Re: website redirection

Posted by Vadim Gritsenko <va...@verizon.net>.
Steven Noels wrote:

> The current setup of http://xml.apache.org/cocoon** is a redirect to 
> http://cocoon.apache.org/2.0{1} using this .htaccess file:
>
> RedirectMatch permanent /cocoon(.*)$ "http://cocoon.apache.org/2.0$1
>
> ... which means people who still use the old entry point will not be 
> aware of our TLP status other than carefully reading & interpreting 
> the URI.
>
> I changed this temporarily to:
>
> RedirectMatch permanent /cocoon/(.+)$ "http://cocoon.apache.org/2.0/$1
> RedirectMatch permanent /cocoon/ "http://cocoon.apache.org/
>
> Is this OK with everyone? 


As long as it works :)

Vadim