Is there any way of doing a mod_rewrite from one domain to another, but keeping the browser URL the same throughout? This is what I want:
User enters something like bacon.com and ends up on example.com/bacon, but the browser URL always stays as bacon.com?
I basically want to do a mod_rewrite whilst masking the URL. Sorry for the unimaginative example domains, but it's still only 10am... I've checked lots of other answers, but they always usually involve mod_rewrites on the same domain. They don't deal with the fact that bacon.com is already a ServerAlias of example.com.