> RewriteRule ^(.*)/+$ https://linuxsecurity.com$1 [R=301,END] > > I've also set logging to trace5 (even though none of the entries were above trace4) - shouldn't it provide me with enough info to determine where/why it's looping? I think it loops because it redirects https://linuxsecurity.com/ to https://linuxsecurity.com which the browser treats as https://linuxsecurity.com/ You'll need to handle / with a condition or a slightly different regex. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx