I want to set up my IIS7 server in order to let it works with a web application written in laravel (php framework).
IIS7
laravel
I found something simil
I created the web.config file in root folder inside :
web.config
then copy the index.php file of the public folder into the root folder of the project modifying the ../paths.php into paths.php as this guide says
index.php
../paths.php
paths.php
now everything works perfectly