I need to (permanent) redirect all of the following:
www.domain.comwww.domain.com/foldersub.domain.comsub.domain.com/folder
Basically all URLS that are reachable without being intended to: www.newdomain.com, I want to do this within Apache and using the mod_rewrite module via the htaccess file.

