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 Wind...
asked by
01.08.2016 / 17:46