I've created an 'error.php' file that used the GET function to select an error from a MySQL database. For instance, if you type http://www....../error.php?code=404, you get my 404 custom error page. I thought this was nice, since I can manage all my errors with one page, and if I need to change, I just go to my database.
HOWEVER
IIS, even after I specified the /virdir/includes/errors/error.php?code=404 for the error page, will not pass the variable beyond the ?. Any ideas as to how I can do this? Also, I am up for new server suggestions, as my leases are up on all my servers this summer and I will be purchasing new...Apache here I come?
Thanks all