You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redirect_trailing_slash funcionality doesn't respect custom_base_url path. For example https://my.example.com/custombaseurl/page1/ will be redirected to https://my.example.com/page1
It looks like $url in Location: redirect here doesn't include custom_base_url at all:
redirect_trailing_slash
funcionality doesn't respectcustom_base_url
path. For examplehttps://my.example.com/custombaseurl/page1/
will be redirected tohttps://my.example.com/page1
It looks like $url in Location: redirect here doesn't include
custom_base_url
at all:grav/system/src/Grav/Common/Grav.php
Line 500 in ee8d783
Sadly, I'm not sure what is the best way to fix this.
The text was updated successfully, but these errors were encountered: