I was wondering if it is possible to check if mod_rewrite
is enabled on Apache AND IIS in PHP
.
ModRewrite for IIS exists. Check it here
.
So, I'm looking for a PHP script that checks for mod_rewrite
on Apache and IIS.
Does anyone know such script or can write one?
Especially for Microsoft IIS.
Thanks!