vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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>
|
|
#2
| |||
| |||
|
i put this in the wrong forum. Ouch. No wonder no reply. Can you move please?
|
|
#3
| ||||
| ||||
|
Hello, what is the URL that causes the issue?
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#4
| |||
| |||
|
Hi I've see this problem on my board Quote:
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| internal redirects due to probable configuration error | DerTobi75 | Troubleshooting | 3 | 11-30-2005 09:59 PM |