hi all
I just started using this rewrite application before I was using apache (still am just using this for a client that is windows-only)
Anyways, I need to rewrite all requests that aren't existing files to my index.php file which handles the request from there
so basically..
http://yoursite.com/anything_here or http://yoursite.com/this/is/a/page
gets redirected, while
http://yoursite.com/images/file.jpg doesn't
know I don't know what files could be in there, heck it could be an entirely different user folder, basically i need a "IF IS NOT A FILE REWRITE" condition
any help would be awesome!