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 を変更する必要がありますか?
ありがとう