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

PHP Pages bei 1und1 für Google nicht erreichbar?!?

Ajax, Hijax, Microformats, RDF, Markup, HTML, PHP, CSS, MySQL, htaccess, robots.txt, CGI, Java, Javascript usw.
faim
PostRank 1
PostRank 1
Beiträge: 8
Registriert: 16.11.2005, 14:18

Beitrag von faim » 16.11.2005, 14:33

Hallo

meine Page wird im Browser korrekt angezeigt nur kann z.B. Googlebot nicht drauf zugreifen. Bekommt Fehler 500 und bei den Sitemaps von Google erhalte ich immer Fehlermeldung url nicht erreichbar.

Habe mit Tool von Ranking-hits https://www.ranking-hits.de/tools.php#cloaking getestet und erhalte folgende Fehlermeldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Denke habe da ein Problem beim parsen (Server 1und1): Im Startverzeichniss ist nur die .htaccess und die index.php. - Lt. 1und1 Programmierfehler und kein techn. Problem Ihrerseits.

.htaccess:
AddType x-mapp-php4 .php .php4 .htm .html
DirectoryIndex index.php
ErrorDocument 400 /error400.htm
ErrorDocument 401 /error401.htm
ErrorDocument 403 /error403.htm
ErrorDocument 404 /error404.htm
ErrorDocument 500 /error500.htm
CheckSpelling off
RewriteEngine on
RewriteBase /
Options FollowSymLinks

RewriteRule ^sitemap.htm /index.php?ID=23 [NC]
RewriteRule ...(brauche ich ja nicht alle hier auflisten)

Habe alles durchsucht (glaube ich) aber nichts passendes gefunden was mir weitergeholfen hat - daher meine letzte Hoffnung das mir hier jemand hilft.

Wo liegt da mein Fehler?