Web サイトを One.com から Godaddy.com に移動しましたが、それ以来、ロボット (googlebot、baidu、google webmaster、freesitemapgenerator) がページにアクセスできませんでした。これは、URL に一種のサブディレクトリが挿入されているためです。Godaddy はほとんど役に立ちませんが、以前はすべてが順調だったので、これは彼らの側にあると確信しており、これらのさまざまなボットすべてで発生します。ロボットは 302 応答を受け取ります。何が原因なのか途方に暮れており、.htaccess と robots.txt を確実に含めています。お役に立てれば幸いです!
よろしく、ロン
例: - ログは、アクセスされている www.cuetracker.net/PNaZT/index.php を示しています。これは、www.cuetracker.net/index.php である必要があります。これは www.cuetracker.net/sitemap.xml である必要があります
.htaccess:
ErrorDocument 404 http://www.cuetracker.net/index.php
ErrorDocument 403 http://www.cuetracker.net/index.php
ExpiresActive On
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 years"
ExpiresByType image/gif "access plus 1 years"
ExpiresByType image/png "access plus 1 years"
ExpiresByType image/jpeg "access plus 1 years"
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ http://www.%{HTTP_HOST} [L,QSA,R=301]
robots.txt:
User-agent: *
Disallow: /adm/
Disallow: /pages/s_matches.php
Disallow: /pages/s_frames.php
Disallow: /pages/s_finishes.php
Disallow: /pages/ifr_player.php
Disallow: /inc/
Disallow: /pages/checkH2H.php