我在使用 htaccess 重定向 301 写入时遇到问题。
我在 htaccess.txt 中添加了以下文本,但它不起作用:
Options +FollowSymLinks
# mod_rewrite in use
RewriteEngine On
//301 Redirect Old File
Redirect 301 http://www.old_site.com/en/about-us/company-profile.html http://www.new_site.com/en/about-us/company-profile.html
我也尝试了以下但没有成功:
Options +FollowSymLinks
# mod_rewrite in use
RewriteEngine On
//301 Redirect Old File
Redirect 301 /en/about-us/company-profile.html http://www.new_site.com/en/about-us/company-profile.html
错误在哪里?我是否在 robots.txt 中进行更改?
谢谢