Hi, I have a subdomain how.mysite.com, which has been redirected to www.mysite.com:3333. Now I want the URL that shows up at the address bar as how.mysite.com. I think this is done using the rewrite rule How do I do it? Please advise .. I am a newbie to this Thanx
If I understand you correctly (I'm not sure I do) I do not think what you are asking is possible. Why not just put the content you want people to see on the subdomain how.mysite.com with no redirection?
Rewriting as you'd like it can only be done with the parts after the / in the URL, not the subdomain/port/domain. if you want to do that, you'll need to use something like mod_proxy to forward the requests on to the second site, or some sort of domain cloaking