PHPCI is redirecting to /session/login
Hello, PHP : 5.5.9 nginx: 1.4.6 Ubuntu : 14.04
After successful installation, when I access through the browser it redirects to the /session/login. I tried the solutions in other's similar issue, but nothing is worked for me.
is there any other reason for this issue?
Thanks, Saneesh.
I think, that session doesn't work (write doesn't allowed).
Hello Corpsee, Could you please explain a little more?
I don't know your situation, but it looks like problem with session (Session can't start and all requests redirect you to /session/login). I think, you should looking for PHP session errors in error log.
Have you enabled the .htaccess on public? you should have a .htaccess file on the public folder, double check that before checking session problems.
Hi @Saneesh - We're going to need some more information here...
What is the actual problem you are facing? I presume once you are redirected to login you can't actually log in?
Perhaps copies of your nginx virtual host config, etc. would prove useful?
This ticket should be closed. The user probably did not configured the nginx correctly. The redirect to /session/login is the expected behavior to login into the application.
I experienced something like this due to mod_rewrite not being activated properly.