Error 500 after Symfony Installation

I created a web space and as soon as I install a Symfony application there, a 500 error occurs.

In the Apache error log, this appears:

[Tue Sep 14 18:14:06.952077 2021] [core:error] [pid 725:tid 139956332783360] [client xx.xx.xxx.xxx:0] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.

If anyone can help me that would be nice :slight_smile:

thanks in advance

Regards,

Greg

Too many internal redirects…

Have you followed the suggestion? Debug mode and so on…

When I have had problems with redirects it has sometimes been related to a SSL / not-SSL loop.

What does the chrome dev tool say about the recursion?

How is the error output? Who is saying the 500 error, apache, nginx symphony…

Chrome’s developer tools show no activity and I got this page instantly.

As for the debug mode, I don’t know where to go to change this parameter in Hestia

Is SSL enabled?

The error comes from the .htaccess file added by Hestia during the installation of Symfony (Symfony does not offer this file natively)

[Tue Sep 14 19:57:09.801483 2021] [core:error] [pid 27182:tid 139956324390656] [client xx.xx.xxx.xxx:0] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.
[Tue Sep 14 19:57:09.801515 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3940): [client xx.xx.xxx.xxx:0] AH00121: r->uri = /public/public/public/public/public/public/public/public/public/public/
[Tue Sep 14 19:57:09.801546 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/public/public/public/public/public/public/
[Tue Sep 14 19:57:09.801565 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/public/public/public/public/public/
[Tue Sep 14 19:57:09.801583 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/public/public/public/public/
[Tue Sep 14 19:57:09.801601 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/public/public/public/
[Tue Sep 14 19:57:09.801619 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/public/public/
[Tue Sep 14 19:57:09.801637 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/public/
[Tue Sep 14 19:57:09.801655 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/public/
[Tue Sep 14 19:57:09.801671 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/public/
[Tue Sep 14 19:57:09.801688 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /public/
[Tue Sep 14 19:57:09.801704 2021] [core:debug] [pid 27182:tid 139956324390656] core.c(3947): [client xx.xx.xxx.xxx:0] AH00122: redirected from r->uri = /

I have tried other .htaccess rules that work elsewhere on another of my projects but they fail just as much …

What could Hestia have changed that didn’t work right away? : /

Yes, SSL is enabled