Jadrovino Posted October 29, 2008 Report Share Posted October 29, 2008 Hallo, ich bin mit meinem Shop von einem 1und1 root Server auf den 1und1 Homepage Server umgestiegen. Dort bekomme ich den Shop nicht zum Laufen. Ich bekomme beim Aufruf von index.php die Fehlermeldung: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] 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. Ich habe den Server so konfiguriert: WebDavaktiv FastCGIinaktiv SSLSupport aktiv Einbindung von Perl als Apache-Modul Einbindung von PHP als CGI-Programm Speichernutzung262144 kB Prozesslaufzeit3600 Sekunden Anzahl gleichzeitig ausführbarer Prozesse 1000 Im Verzeichnis des Shops habe ich eine .htaccess: register_globals on register_long_arrays on php_value register_globals 1 php_value register_long_arrays 1 Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} Es läuft: xt:c 3.04 SP2.1 Hat jemand einen Tipp, was zu tun ist? Danke gerhard Link to comment Share on other sites More sharing options...
Jadrovino Posted October 30, 2008 Author Report Share Posted October 30, 2008 Kaum macht mans richtig, schon funktionierts ... Einträge in der .htaccess waren teilweise falsch. Ich habe eine .htaccess einer jungfräulichen xt:c Installation transplantiert. Dann gings. Gruss gerhard Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.