Nachdem ich mein Hauptproblem mit Hilfe von Putzlowitsch gelöst habe wollte ich es auch auf andere Projekte anwenden.Bei einem Projekt welches Auf dem gleichen Server, im selben /htdocs und auf der selben TLD läuft, (andere subdomain) bekomme ich nun eine Fehlermeldung 500, Internal Server Error. Es läuft natürlich die gleiche, aktuelle, Version von Wordpress.Komplette Fehlermeldung:
Code
[COLOR=#000000][FONT=Times][B]Internal Server Error[/B][/FONT][/COLOR][COLOR=#000000][FONT=Times]The server encountered an internal error or misconfiguration and was unable to complete your request.[/FONT][/COLOR][COLOR=#000000][FONT=Times]Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.[/FONT][/COLOR][COLOR=#000000][FONT=Times]More information about this error may be available in the server error log.[/FONT][/COLOR][COLOR=#000000][FONT=Times]Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.[/FONT][/COLOR][HR][/HR][COLOR=#000000][FONT=Times][I]Apache/2.2.17 (Linux/SUSE) Server at neu.meine-domain.de Port 80[/I][/FONT][/COLOR]
error_log
Code
[Wed Oct 17 17:47:16 2012] [error] [client 85.176.xx.xxx] Requestexceeded the limit of 10 internal redirects due to probableconfiguration error. Use 'LimitInternalRecursion' to increase the limitif necessary. Use 'LogLevel debug' to get a backtrace.
die .htaccess sieht so aus:
Apache Configuration
RewriteEngine OnRewriteBase /wordpress/RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /wordpress/index.php [L]
Hat jemand eine Idee woran es liegen könnte?