Click to See Complete Forum and Search --> : mod_rewrite help


jesseainskeep
03-06-2009, 02:24 PM
I need some help with a mod rewrite.

I have a web application up and running on a subdomain (http://foo.bar.com)

I want to be able to access this application from a directory on the root domain. (http://www.bar.com/foo).

I see how you can do the reverse of this, but I can't get it to work. I don't want to redirect it, I want the site (http://foo.bar.com) to be accessible through both domains.

How can I get this done with mod_rewrite?

scragar
03-08-2009, 03:33 AM
You will have to redirect it, just use what is called a transparent redirect, the user never has to know that the url was redirected server side.

Just drop the [R] or [R=...] from the redirect line.