On Dec 5, 2007 8:40 AM, <[EMAIL PROTECTED]> wrote: > Cool. We'll need explicit mappings since the old names and new pages > aren't the same. Like this: > > RewriteRule /faq/classnotfound.html > http://wiki.apache.org/tomcat/FAQ/Class_Not_Found [R=301] > > Unless someone beats me - I'll try to do that this evening. (East Coast > USA time) > > If mod_alias is available, this would work too: > RedirectPermanent /faq/classnotfound.html > http://wiki.apache.org/tomcat/FAQ/Class_Not_Found > > From an admin point of view - I'm not sure if there is a preference.
I believe mod_alias is preferred. I say that just because the redirects for moving project web sites, e.g. when Tomcat left Jakarta to become tomcat.apache.org, are mod_alias RedirectPermanent rules. Yoav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]