Make Every File Request Go to a Script for Apache
I want to know how to make apache make every single file request go to a script. Such as /index.html, /images/money.jpg, and /scripts/joe.cgi all point to /script.php. I imagine there's a way to do that through Apache's mod_rewrite, but I'm not very familiar with that, and frankly mod_rewrite confuses me.
Can any extremely intelligent webmaster enlighten me?
|