On 21/01/12 18:58, Andy Seaborne wrote (on jena-users):
(there's various redirections but the old wiki isn't one of them).
One thing we could try would be to use .htaccess to redirect the top-level wiki categories:

In .htaccess:

Options FollowSymLinks
RewriteEngine on
rewritecond %{http_host} ^openjena.org [nc]
rewriterule ^(/wiki/tdb.*)$ http://incubator.apache.org/jena/documentation/tdb/ [r=301,nc]

... etc

It would require disabling the /wiki alias in the apache site configuration file.

Not perfect, but it might catch a reasonable number of cases. I'm happy to have a go at setting this up if we think it's the right thing to do.

Ian

Reply via email to