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:
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.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.
.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?