如何从旧页面asp到新页面php进行301重定向?

时间:2017-06-12 11:17:00

标签: .htaccess redirect

我已更改域名,现在我想对旧网站上的主要类别进行301重定向到新闻类别

1 个答案:

答案 0 :(得分:0)

redirect:

Redirect 301 http://yourolddomain.com/olddirectory/oldfile.asp http://yournewdomain.com/newdirectory/newfile.php

If you have an old domain, you need to put this file in the root directory of your old domain and it will send it to the new domain.