Georg Baum wrote: > Angus Leeming wrote: > >> Of these, am I correct in thinking that these: >> http://www.lyx.org/help/index.php3 >> http://www.educat.hu-berlin.de/~voss/lyx/ >> >> should now point to: >> http://www.texnik.de/ > > AFAIK yes.
Ok, thanks. Here's a funny thing: ./announce/1_3_5.txt (and all annnounces since 1_2_0.txt): first check out http://www.lyx.org/help/. If you can't find the Enter this URL into your browser and you'll get: The requested URL /help/ was not found on this server. Lars, could you adjust the Apache config file so that a request for http://www.lyx.org/help/* sends the requester to http://www.texnik.de/ ? I guess that this would do the trick: RedirectMatch permanent http://www.lyx.org/help/.* http://www.texnik.de/ http://httpd.apache.org/docs-2.1/en/mod/mod_alias.html#redirect http://httpd.apache.org/docs/misc/rewriteguide.html Incidentally, second point. You keep saying that we should rename our .php3 pages to .php. The section Backward Compatibility for YYYY to XXXX migration in rewriteguide.html, above, explains how to do so and retain backward comaptibility. -- Angus