Laravel - Forbidden You don't have permission to access / on this server

前端 未结 24 1830
灰色年华
灰色年华 2020-11-30 02:02

My laravel installation was working fine yesterday but today I get the following error:

Forbidden

You don\'t have permission to access / on this server.

Ad         


        
24条回答
  •  北海茫月
    2020-11-30 02:18

    Chances are that, if all the answers above didn't work for you, and you are using a request validation, you forgot to put the authorization to true.

提交回复
热议问题