我有一个网站(例如mysite.com),目录下的旧版本网站仍然出现在搜索引擎中(例如mysite.com/oldsecton/something.html)。这些链接中有太多要从搜索引擎中删除。
我尝试了内部/ oldsection中的.htaccess的不同变体,例如
ErrorDocument 404 ../index.html
ErrorDocument 404 mysite.com/index.html
etc...
它们似乎都没有成功。
这应该是一个简单的任务,但我不断收到内部服务器错误或ErrorDocument错误。
答案 0 :(得分:0)
内部/oldsection/.htaccess
有以下代码:
RewriteEngine On
RewriteRule ^ /index.html [L,R=302]