0

My website's URL has been changed, and I want to implement 301 permanent redirection. The home page URL is the same, but inner page URLs have been changed. Here are some old and new URLs of my website-

Can anyone tell me the 301 permanent redirection code from old to new URL?

TylerH
  • 20,799
  • 66
  • 75
  • 101
  • Please [edit] your question to indicate what you have searched for before asking and why the obvious Google hits are not allowing you to solve this problem. – tripleee Apr 29 '19 at 13:02
  • 1
    Possible duplicate of [301 redirect in asp.net 4.0](https://stackoverflow.com/questions/10673303/301-redirect-in-asp-net-4-0) – Machavity Apr 29 '19 at 13:02
  • Maybe a redirect with an apache .htaccess will do the trick. But I'm not an expert at that field... here is a simple example `Redirect /old-index.html http://www.my-domain.de/dir/new-index.html` It also can redirect RegEx so maybe you can look if there is a .aspx on the end and then redirect – Buh13246 Apr 29 '19 at 13:03

0 Answers0