Hi!
Although I used to work with Apache and PHP I'm kinda forced now to adopt my systems to IIS. Normally this shouldn't be a problem, since there is a php module for IIS. However I make extensive use of Apache's mod_rewrite module, not to redirect the user to another page, but to handle all requests within certains directories with one single PHP file.
Does anyone know if that's possible?
Thanks,
Matthias