justsomeguyinla
Forum Replies Created
-
I followed your detailed steps and I am still getting “Sign up failed. Please check your login.”
I just sent a note to your support address.
Forum: Installing WordPress
In reply to: $_SERVER[“HTTP_HOST”] fails with apache mod proxyI get wordpress to work without modification behind my reverse proxy by adding the following directive to my virtual host configuration (on the backend server):
RequestHeader set Host http://www.example.com
Where http://www.example.com is the hostname you want WP to perform redirects for (as opposed to 127.0.0.1). You will need to have mod_headers enabled for this directive to be recognized.
Forum: Fixing WordPress
In reply to: Reverse Proxy and PermalinksActually after digging around and some testing, I got wordpress to work without modification behind my reverse proxy by adding the following directive to my virtual host configuration (on the backend server):
RequestHeader set Host http://www.example.com
You will need to have mod_headers enabled for this directive to be recognized.
Forum: Fixing WordPress
In reply to: Reverse Proxy and PermalinksI have a reverse proxy in front of my wordpress site. I hack wordpress files to make it work. I do things a little differently, but you can probably get by following the instructions in this post: