Just curious... The file is here : https://svn.apache.org/repos/asf/lucene/site/publish/.htaccess I don't have the ability to update it. Once I get commit status would that allow me to update it? or does someone else need to fix it? I feel like my committer status wouldn't affect this repo I think we want to append (similar to Lucy): # Lucene.Net has moved to the incubator, # site strcuture has changed, do don't use $1 in redirect... RedirectMatch Permanent ^/lucene.net/(.*)$ http://incubator.apache.org/lucene.net
It's not likely our site structure will have changed that much, but I figure better safe than sorry. ~P ---------------------------------------- > From: bode...@apache.org > To: lucene-net-dev@lucene.apache.org > Subject: Old website redirects? > Date: Sat, 12 Feb 2011 08:13:04 +0100 > > Hi, > > when I visit I still get to see > the "old" Lucene.NET page. Wouldn't it be better if it redirected to > the Incubator site? > > A simple .htacess file at lucene.apache.org with something like > > RedirectPermanent /lucene.net http://incubator.apache.org/lucene.net > > would probably do. > > Stefan