Results 1 to 4 of 4

Apache 2.2.4: Request exceeded the limit of 10 internal redirects due to probable con

This is a discussion on Apache 2.2.4: Request exceeded the limit of 10 internal redirects due to probable con within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Apache as fastcgi Errorlog: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to ...

  1. #1
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times

    Apache 2.2.4: Request exceeded the limit of 10 internal redirects due to probable con

    Apache as fastcgi Errorlog:
    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.

    Here's my config:
    Code:
    <Directory "C:\Apache\htdocs\forums">
      RewriteEngine On
    # RewriteBase /
    # RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #  RewriteRule (.*) http://www.yourdomain.com/$1 [L,R=301]
      RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      RewriteCond %{QUERY_STRING} !vbseourl=
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
      RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
      RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
      RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
      RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    </Directory>
    Is this correct?

  2. #2
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times
    i put this in the wrong forum. Ouch. No wonder no reply. Can you move please?

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    what is the URL that causes the issue?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Member
    Real Name
    Umut
    Join Date
    Jan 2007
    Location
    Turkey
    Posts
    52
    Liked
    0 times
    Hi I've see this problem on my board

Similar Threads

  1. internal redirects due to probable configuration error
    By DerTobi75 in forum Troubleshooting
    Replies: 3
    Last Post: 11-30-2005, 09:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •