Using the Plugin behind a Reverse Proxy causes redirecting everybody to /
-
We have a webshop under example.com where the WordPress system is installed on a different server and rendered under example.com/blog using a apache proxy_pass directive.
Everything works well. But after installing w3-total-cache, all example.com/blog/* pages redirect to example.com/ – even wp-admin is no longer available.
$ curl https://www.example.com/blog/ -I
HTTP/2 301
date: Thu, 05 Dec 2019 14:42:31 GMT
server: Apache
x-redirect-by: WordPress
location: https://www.example.com/
content-type: text/html; charset=UTF-8We even restored the .htaccess after module installation, but it did not help.
Where is this redirect coming from?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Using the Plugin behind a Reverse Proxy causes redirecting everybody to /’ is closed to new replies.