Closed nekromoff closed 6 years ago
Try using a virtual host. Since laravel uses a public folder called 'public' the login form submits to itself which is a your
Hence the rule
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
will take effect.
Either remove the rule or setup a virtual host. Although I would suggest using the virtual host.
Hope this helps!
I have added the changes in the login form in case there is some kind of errors it will show you on the page itself. As noadek said use a virtual host for laravel projects
using:
email@gmail.com
and:123456
for passwordLogin form is submitted, but user is returned to the login screen without any error.