setting up laravel on IIS7

前端 未结 8 1887
别那么骄傲
别那么骄傲 2020-12-15 02:11

I want to set up my IIS7 server in order to let it works with a web application written in laravel (php framework).

I found something simil

8条回答
  •  眼角桃花
    2020-12-15 02:25

    Check your Handler Mappings in IIS:

    1. launch IIS
    2. click on your site
    3. go on 'handler mappings' (in IIS block)
    4. Search for Path PHP, Name = PHPxx_via_FastCGI (xx = php version)
    5. Double click it, click on request restrictions and click on tab 'Verb's where you choose All verbs. This will fix it :-)

提交回复
热议问题