Skip to main content

MaxRedirects in error log

Comments

3 comments

  • cPanelLauren
    This is more than likely set in one of your user's .htaccess in the RewriteCond/RewriteRules
    0
  • GoWilkes
    Any suggestions on a way to track down which one(s)? I have 93 accounts under /home/, and there could be an .htaccess under any of their subdirectories. I'm guessing that I could use grep, something like this: grep -rni --include=".htaccess" "maxredirects" /home/
    I don't do a lot of command line coding, though, so I'm not super comfortable with it. I'm also concerned with it slowing down the server and making higher traffic sites non-responsive while waiting on it to complete.
    0
  • cPanelLauren
    That grep would work, though if you h ave a lot of accounts its most likely going to take some time. You could specify a group of accounts at a time - like /home/a*
    0

Please sign in to leave a comment.