Forum Moderators: phranque
We have been trying to figure out how to configure apache so that it will only pull up our site with our domain name in front of it. we tried a lot of different config changes, so far nothing is working.
I would appriciate any help as I am fearing a SE penality.
Thanks!
Alternatively, you could use mod_rewrite to check the HTTP_HOST header, and redirect or Forbid requests that include the old/previous domain name.
Jim