Forum Moderators: phranque
URLs are defined in links.
If you don't want /investment/ in your URLs, do not have /investment/ in the links on your pages.
You'll need an internal rewrite to connect the actual URL requests, after the link is clicked, to the internal server filepath where the content really resides.
RewriteCond {HTTP_HOST} ^(www\.)?investment\.com:8000$
RewriteRule (.*) http://www.fireworkszone.com:8002/$1 [R=301,L]