I have a PHP project with the following .htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?PATH_INFO=$1 [L,QSA]
But now I want to mount my project on a server Windows Server I have read about web.config files but I understand that it is for ASP applications. You can help me to make my site work on Windows Server