PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, January 31, 2022

[FIXED] Laravel 5.4 : Login and singup working on shared hosting but not on VPS server

 January 31, 2022     laravel-5     No comments   

Issue

I move the project from shared hosting to VPS hosting now everything working fine such as inner pages, design, image loading but I am unable to login and signup now.

When I submit the login/Signup form it will redirect to the same page but without any error message.

And I also generate the Token via command do I need to do anything more to make it work.

I also check the laravel.log file and other things but unable to solve this.

Can anybody face the same issue


Solution

Issue is I do not create the session folder to store the session of Laravel 5.4



Answered By - pawansgi92
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing