On Dec 10, 2007 4:29 PM, Chris Arnold <[EMAIL PROTECTED]> wrote:
> On Dec 10, 2007 3:34 PM, Chris Arnold <[EMAIL PROTECTED]> wrote:
> > In apache 2.2.3 on linux, i am getting a boat load of;
> >
> > [Fri Nov 30 16:06:14 2007] [error] [client x] 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.
> >
>
>
> But the most likely explanation for this message is that you have a
> loop someplace that needs to be fixed. Perhaps you have a RewriteRule
> or SSI page that is generating an infinite loop.
>
> The htaccess is what was returned when i goolgled this....Here is my htaccess:
> RewriteEngine On
> RewriteBase /
>
>
> #uploaded files
> RewriteRule ^(.*/)?files/$ index.php [L]
> RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
>
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule . - [L]
> RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
> RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
> RewriteRule . index.php [L]

Use the RewriteLog (which must be placed in a main config file, not
.htaccess) to see where it is looping.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to