ERROR: Request exceeded the limit of 10 internal redirects..

Alles, was den Apache betrifft, kann hier besprochen werden.

ERROR: Request exceeded the limit of 10 internal redirects..

Postby JensGoro » 27. September 2016 07:50

Hallo zusammen,

ich bekomme in meinem Error log folgende Fehlermeldung immer und immer wieder.. kann mir jemand helfen, diese zu beseitigen..

Code: Select all
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Request exceeded the limit of 10 internal redirects due to probable  configuration error. Use 'LimitInternalRecursion' to increase the limit  if necessary. Use 'LogLevel debug' to get a backtrace.
Request exceeded the limit of 10 internal redirects due to probable  configuration error. Use 'LimitInternalRecursion' to increase the limit  if necessary. Use 'LogLevel debug' to get a backtrace.
Request exceeded the limit of 10 internal redirects due to probable  configuration error. Use 'LimitInternalRecursion' to increase the limit  if necessary. Use 'LogLevel debug' to get a backtrace.
JensGoro
 
Posts: 2
Joined: 27. September 2016 07:48
Operating System: Apache

Re: ERROR: Request exceeded the limit of 10 internal redirec

Postby Nobbie » 27. September 2016 12:22

Du hast einen fehlerhaften Redirect entweder in .htaccess oder direkt in der Apache Konfiguration. Da Du kein Sterbenswort über die Anwendung an sich sagst, ist mehr Hilfe nicht drin. Den Rest musst Du selbst finden.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04

Re: ERROR: Request exceeded the limit of 10 internal redirec

Postby JensGoro » 27. September 2016 13:03

Hi, danke für die vorerst schnelle Hilfe :)

In der Apache Konfig habe ich nichts verändert. Auf dem Server läuft ein Wordpress Blog, aber die htaccess ist original und nicht verändert, daher wundert mich das.

Was für Angaben benötigst du noch?

PS: Hier ist meine htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
JensGoro
 
Posts: 2
Joined: 27. September 2016 07:48
Operating System: Apache

Re: ERROR: Request exceeded the limit of 10 internal redirec

Postby Nobbie » 27. September 2016 14:48

JensGoro wrote:Was für Angaben benötigst du noch?


Gar keine, offensichtlich ein WordPress Problem. Solltest Du dort nachfragen.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04


Return to Apache

Who is online

Users browsing this forum: No registered users and 28 guests

cron