Am trying to redirect all site url's that do not match "/index.php" to "/index.php" but sem to be getting into an infinite loop. Have spent hours on this and get only partial success every time. Does anyone know what I have done wrong? I have been over the Jack Daniels cheat sheets and haven't a clue what is missing?
RewriteCond %{REQUEST_URI} !/index.php [NC]
RewriteRule ^(.*)$ /index.php