apache - Redirect URL to another URL -


I have the following scenario and it is unsure about how to solve it.

Actually there is the following page that a user can go where this URL exists in their email.

For example: http: //www.abc.example/yourdetails.html

My question is, I have now been told that this The entire web app is moving to a new domain, i.e.

  http: //www.xyz.example/yourdetails.html  

assume There is no problem with accessing two domains within that network (intranet), when I click on a link in a user, how can I redirect the user who actually calls the right to call New URL:

  http: //www.abc.example/yourdetails.html  

I basically want to make sure that Even if the user has the old URL in his email, when clicking on this old URL, then actually pull on the right URL.

Hope this makes sense.

Thank you.

"post-text" itemprop = "text">
  1. If the site structure is not changing, you will see the abc in the DNS. Can point to the xyz.com domain at com.

  2. I think that you can configure Epa using Moderite to rewrite a new call from the old domain, if the domain is on different servers, can not do.

  3. You can edit the page and add redirect headers (and possibly an explanation) to redirect to the new page.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -