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. -Tim > Yoav Shapira wrote: >> RewriteEngine On >> RewriteRule /faq/(.*) http://wiki.apache.org/tomcat/FAQ/$1 [R=301] > > +1 > > I am not 100% the mapping will be this simple. It is is, great. If not, we > could either map each page or do: > RewriteRule /faq/(.*) http://wiki.apache.org/tomcat/FAQ [R=301] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]