Laravel 4 Exception: NotFoundHttpException

后端 未结 6 838
时光说笑
时光说笑 2020-12-30 07:14

My Laravel 4 application\'s logs sometimes show a NotFoundHttpException:

exception \'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpExce         


        
6条回答
  •  春和景丽
    2020-12-30 07:25

    My project is in C:\xampp\htdocs\ColorTex

    I got this error by typing

    http://localhost/myproject/public/image

    instead of

    http://localhost/MyProject/public/image

    I'm in windows, so I thought it will ignore capitalization, but...

    Be careful with that.

提交回复
热议问题