Hilfe Falsche PR Anzeige. WARUM?
Verfasst: 01.06.2005, 11:10
Hallo zusammen bekomme auf https://www.database-search.com/sys/pre-check-en.php
folgende meldung für meine seite:
------------------------------------------------------------
PageRank Verification for:
https://www.industrystock.com/html/home-de.html
Determined PageRank: (3/10) 3
Beware: The determined PageRank seemes not to belong to the checked URL!
Apparantly the PageRank belongs to the following page:
URL: https://de.industrystock.com/html/home-de.html
IP: 81.169.136.23
------------------------------------------------------------
WARUM?!?!?
hier mal meine htaccess wo liegt der fehler?
kann mir jemand einen tip geben?
--------------------------------------------------------------
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.industrystock\.ru$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^www\.industrystock\.cn$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^www\.industrystock\.de$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^industrystock\.ru$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^industrystock\.cn$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^industrystock\.de$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^de.industrystock\.com$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^www\.industrystock\.com$ [NC] RewriteRule ^(.*)$ https://www.industrystock.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.industrystock\.ru$ [NC]
RewriteRule ^(.*)$ https://www.industrystock.com/html/home-ru.html [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.industrystock\.cn$ [NC]
RewriteRule ^(.*)$ https://www.industrystock.com/html/home-cn.html [L,R=301]
RewriteCond %{HTTP_HOST} ^de\.industrystock\.com$ [NC]
RewriteRule ^(.*)$ https://www.industrystock.com/html/home-de.html [L,R=301]
-------------------------------------------------
Vielen Dank im Vorraus für eure Hilfe?
folgende meldung für meine seite:
------------------------------------------------------------
PageRank Verification for:
https://www.industrystock.com/html/home-de.html
Determined PageRank: (3/10) 3
Beware: The determined PageRank seemes not to belong to the checked URL!
Apparantly the PageRank belongs to the following page:
URL: https://de.industrystock.com/html/home-de.html
IP: 81.169.136.23
------------------------------------------------------------
WARUM?!?!?
hier mal meine htaccess wo liegt der fehler?
kann mir jemand einen tip geben?
--------------------------------------------------------------
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.industrystock\.ru$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^www\.industrystock\.cn$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^www\.industrystock\.de$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^industrystock\.ru$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^industrystock\.cn$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^industrystock\.de$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^de.industrystock\.com$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^www\.industrystock\.com$ [NC] RewriteRule ^(.*)$ https://www.industrystock.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.industrystock\.ru$ [NC]
RewriteRule ^(.*)$ https://www.industrystock.com/html/home-ru.html [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.industrystock\.cn$ [NC]
RewriteRule ^(.*)$ https://www.industrystock.com/html/home-cn.html [L,R=301]
RewriteCond %{HTTP_HOST} ^de\.industrystock\.com$ [NC]
RewriteRule ^(.*)$ https://www.industrystock.com/html/home-de.html [L,R=301]
-------------------------------------------------
Vielen Dank im Vorraus für eure Hilfe?