Hi all, currently using hte following for index.php redirection to root. RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC] RewriteRule . / [R=301,L] this works fine, BUT some of my url's have index.php?cPath=32 etc etc. I want the above rule to exclude these, and only redirect a bare index.php . Make sense? jolly good