0

I have installed Magento 2.3 latest version with sample data and redirects to

example.com/setup/index.php/session/unlogin

when I open frontend.

8
  • in which OS did you install it? Commented Jan 9, 2019 at 12:30
  • I have installed on Linux Commented Jan 9, 2019 at 12:30
  • found this before (but it's not recommended just a temporary fix) changing in php.ini this one cgi.fix_pathinfo=0 to cgi.fix_pathinfo=1 Commented Jan 9, 2019 at 12:32
  • @magefms Please post your solution Commented Jan 9, 2019 at 12:36
  • did it solve the issue? oaky I'll post it Commented Jan 9, 2019 at 12:38

2 Answers 2

1

Modify your php.ini by changing

cgi.fix_pathinfo=0

to

cgi.fix_pathinfo=1

1

I have resolved this issue. Problem was with browser cache. It was not working in Chrome but working fine in the firefox.

Just flushed cache and now it's working in all browsers.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.