N
N
Nikita Baev2013-12-10 12:38:30
PHP
Nikita Baev, 2013-12-10 12:38:30

Endless loop on main page in nginx + joomla v3?

I recently installed nginx + php + fpm on the server.
And Joomla 3 version almost completely stopped working.
On the main page - endless loading and it is not at all clear why this is happening (the logs are clean).
The admin panel opens, but it is impossible to log in - it throws 404.
I guess that there is a problem with the session, but I can’t solve this problem in any way.
If necessary, I'll post all the configs.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2013-12-10
@BuriK666

Official config. docs.joomla.org/Nginx
add last to rewrite:
rewrite ^(.*)$ /index.php last;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question