I've been playing around with this for a while, but I'm still not sure if this is even possible.
I want a url to point to a different location on my webserver, but not change the url in the address bar.
Ex:
tp.test.com would access test.com/tp/hi
and subsequent urls:
tp.test.com/foo would point to test.com/tp/hi/foo
Ive been trying to achieve this using RewriteCond and RewriteRule and playing around with the flags for RewriteRule but haven't had any success at all.
Edit: This is what I had tried...
RewriteRule ^tp.test.com/blog/$ http://tp.test.com/tp/hi/$1 [r=301,L]