The requested URL /ProjectName/users was not found on this server. Laravel

后端 未结 7 2035
天涯浪人
天涯浪人 2020-12-01 19:57

I am following the quickstart of laravel and it said \"type /users\" but not working for me. I have wrote in the browser, http://DomainServer/ProjectName/

7条回答
  •  伪装坚强ぢ
    2020-12-01 20:44

    the default url have a prefix "index.php" before your page if you try .../public/index.php/your_page it will run, so you need to add the module rewrite if you are using appache to write your url without this prefix

提交回复
热议问题