error: 10 internal redirects

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • porschegruven
    Member
    • Feb 2011
    • 44
    • 4.1.x

    [Forum] error: 10 internal redirects

    Can someone give me some clues on solving my internal redirects problem. It occurs on every thread and makes the forum to appear to be slow as the page won't render until the request limit has been reached.

    "Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary"

    I'm guessing the first place to look is htaccess but mine appears to be fine as per vbulletin.com's suggestions.

    TIA
  • porschegruven
    Member
    • Feb 2011
    • 44
    • 4.1.x

    #2
    I figured I might as well post my htaccess file...

    ####

    RewriteEngine on

    # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
    # RewriteBase /

    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule ^.*$ - [NC,L]

    # Forum
    RewriteRule ^threads/.* showthread.php [QSA]
    RewriteRule ^forums/.* forumdisplay.php [QSA]
    RewriteRule ^members/.* member.php [QSA]
    RewriteRule ^blogs/.* blog.php [QSA]
    ReWriteRule ^entries/.* entry.php [QSA]

    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule ^.*$ - [NC,L]

    # Config rewrite for Keyword Redirect


    # MVC
    RewriteRule ^(?.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
    ~

    Comment

    • renep
      Senior Member
      • Aug 2005
      • 596
      • 3.8.x

      #3
      There is a known bug that produces this error in Apache:
      "The lurking suspicion that something could be simplified is the world's richest source of rewarding challenges"
      - Edsger Dijkstra

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...