RewriteBase Problem

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
dburucu
Posts: 3
Joined: 01 May 2024, 12:00

RewriteBase Problem

Post by dburucu » 07 May 2024, 01:31

I have installed the standalone version on a managed-server at Strato (Linux).

It tells me the following error:
[client ::] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error.

When I use "RewriteBase /", most of the pages work.

However, the start page is always redirected to "/en/default" and the CMS page with the URL "/" is not displayed (only if I save it with the URL "/en/default"). On the local server (Windows), the whole thing works without RewriteBase and the start page is displayed correctly, without redirection to "/en/default".

What is the better solution?

Laravel: 11.0
Aimeos: 2024.04.*
PHP: 8.2
Windows and Linux

dburucu
Posts: 3
Joined: 01 May 2024, 12:00

Re: RewriteBase Problem

Post by dburucu » 09 May 2024, 00:03

ok it was thie env-configuration.
SHOP_MULTILOCALE=1
SHOP_MULTISHOP=1

Post Reply