Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

Hilfe Falsche PR Anzeige. WARUM?

Dieses Forum ist für Informationen über Google gedacht (Ausser PageRank!).
Neues Thema Antworten
marle
PostRank 5
PostRank 5
Beiträge: 212
Registriert: 24.02.2005, 15:25

Beitrag von marle » 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?
Zuletzt geändert von marle am 01.06.2005, 11:35, insgesamt 1-mal geändert.