PHPCI icon indicating copy to clipboard operation
PHPCI copied to clipboard

PHPCI is redirecting to /session/login

Open Saneesh opened this issue 9 years ago • 7 comments

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.

Saneesh avatar Apr 19 '16 12:04 Saneesh

I think, that session doesn't work (write doesn't allowed).

corpsee avatar Apr 20 '16 10:04 corpsee

Hello Corpsee, Could you please explain a little more?

Saneesh avatar Apr 20 '16 10:04 Saneesh

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.

corpsee avatar Apr 20 '16 10:04 corpsee

Have you enabled the .htaccess on public? you should have a .htaccess file on the public folder, double check that before checking session problems.

camilou avatar Apr 21 '16 17:04 camilou

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?

dancryer avatar Apr 27 '16 15:04 dancryer

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.

ptejada avatar Sep 10 '16 01:09 ptejada

I experienced something like this due to mod_rewrite not being activated properly.

prezire avatar Aug 21 '17 23:08 prezire