Replies: 1 comment
-
You shouldn't need |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ALL,
i have a weird behaviour:
My wordpress container behind an apache reverse proxy is working perfect, the same goes for all the links on the page. When i try to access https://domain.com/wp-admin i get redirected to https://domain.comwp-admin and therefore its not working.
When i access any other link from the page without a trailing slash it gets redirected like it should.
When i try to access https://domain.com/wp-admin/ it works perfectly.
All the issues i could find related to redirection errors were based on the fact that the installations were reachable in a subfolder, which is not the case here.
the compose file looks like:
the apache site config looks like this:
can someone point me to my fail here?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions