我設置了一個網站,就像我之前做過很多次,但是當你真的在谷歌網站上得到一個erorr。我的robots.txt中涉及到.htaccss文件的奇怪https/http錯誤
clrhorizon.com/ A description for this result is not available because of this site's robots.txt – learn more.
是消息我看到
如果胡佛在「clrhorizon.com」這正說明一個正常的URL都到了首頁。
但是,如果你hoover在「robots.txt」文件上,它將轉到「https://clrhorizon.com/robots.txt 這很奇怪,因爲我沒有在構建的網站上的SSL證書。WordPress的
如果再點擊「robots.txt的」鏈接我得到一個奇怪的錯誤:
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://clrhorizon.systempartners.com/robots.txt"><h1><a href=http://clrhorizon.systempartners.com/robots.txt>VIEW TEMPORARY SITE</a></h1>
這裏的網址並非HTTPS再通過與支持時間飄 。託管,看看錯誤的地方,但沒有運氣。 他們建議d清除我的.robots.txt文件並等待它。
在另一個線程上,我發現了一個潛在的解決方案,但到目前爲止還沒有運氣(閱讀它應該立即更新)。 當前.htaccess文件是:
> # BEGIN WordPress
>
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteCond %{HTTPS} on
> RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
> RewriteBase/
> RewriteRule ^index\.php$ - [L]
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /index.php [L]
> </IfModule>
>
> # END WordPress
我失去對其中的錯誤應該是想法。
希望任何人都可以提供幫助嗎?