【发布时间】:2017-02-01 01:14:20
【问题描述】:
当我搜索我的网站时:mladinski center trbovlje,第一个结果是一些 iphone 中文版.. 但是当我访问它时,它可以进入我的网站:mct.si
我与谷歌网站管理员核实我得到这个结果:重定向到:http://eumoil.com/chaneliphone6_1.html
我的 .htaccess 是这样的:
<IfModule mod_rewrite.c>
RewriteEngine On
# Prevent serving TYPO3 404 pages for missing files
RewriteRule ^(typo3(conf|temp)?|fileadmin|uploads|t3lib|clear.gif|index.php|favicon.ico) - [L]
# Do not rewrite static resources
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule .* - [L]
# Rewrite the rest to index.php
RewriteRule .* index.php [L]
</IfModule>
我在我的网站上的任何地方都没有找到重定向,而且网站工作正常,那么这个重定向隐藏在哪里?
【问题讨论】:
标签: googlebot