I am not yet allowed to add hyperlinks, as I am a new user, so when I typed "foo", just assume that the entire URL ...
To redirect foo / index.php to foo / without loop, use a different rewrite rule:
RewriteRule index.php foo/ [R=301]
You may need to use /index.php, depending on how RewriteBase is installed (and how many directories you have index.php on).
Dan
source share