I was recently looking over my error logs and I keep seeing the two following errors repeatedly.
----------------------------
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.
-------------------------------------------
mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
-------------------------------------------
Forgive my ignorance(please!). I know these are apache errors, and I THINK they have to do with my htaccess file. My .htaccess file is as follows:
<Files ~ ".*..*">
order allow,deny
deny from all
</Files>
Can someone give me some kind of direction? I'm kinda over my head here. :) I don't have much else on my server besides MU, so I'm thinking it's an MU issue.
Thanks.