I have a mod rewrite that I need to do. What I want to do is redirect the entire site to the root index.php file. I have tried a few things that are totally screwed up. I believe that everything I try (like (.*) /index.php just throws the server into an infinite loop.
I need something like:
(redirect everything) unless its (index.php)
How would I pull this off?
I need something like:
(redirect everything) unless its (index.php)
How would I pull this off?