404 Not Found, but route exist in Laravel 5.4

2020-06-30 05:32发布

I'm using PhpStorm. I can run and open the index.php, but when I want to press submit button (post sign in), its display 404 not found.

Web server Apache 2.4 running on Windows 10.

This is my home

index.php

This is my route

web.php

13条回答
Root(大扎)
2楼-- · 2020-06-30 06:19

I had the same issue and fixed by following

I have edit .htaccess file

RewriteEngine On
RewriteBase /path/of/project/folder/
# change above to your site i.e.,  RewriteBase /whatever/public/

Hope it will work for you

查看更多
登录 后发表回答