Welcome Guest, Not a member yet? Register   Sign In
VM vs Docker routing problem
#2

Problem was caused by the use of PHP-FPM.

Apparently it doesn't use the rewrite to remove the index.php

Solution was to replace


Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,NC,QSA]


with

Code:
FallbackResource /index.php
Reply


Messages In This Thread
VM vs Docker routing problem - by nuke - 04-30-2023, 08:15 AM
RE: VM vs Docker routing problem - by nuke - 04-30-2023, 04:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB