burnsie
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Version 4.0 Forcing HTTPSburnsie: Try adding this to your wp-config.php file, at the top, with the other defines:
if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’) {
$_SERVER[‘HTTPS’]=’on’;
}Thanks Samuel, this is what I ended up doing to fix it.
Forum: Installing WordPress
In reply to: Version 4.0 Forcing HTTPSHi Samuel,
I can confirm that the 4.0 upgrade is not changing my URLs, I’ve set them to https:// myself and my web host ONLY accepts HTTPS, port 80 is closed.
Something is redirecting my https requested back to the same https URL as of WordPress 4.0 that it wasn’t doing in 3.9.x.
Forum: Installing WordPress
In reply to: Version 4.0 Forcing HTTPSI am seeing this too – when I upgrade to 4.0 I am getting a 301 – permanent redirect loop back to itself.
I use https:// prefixes on my URLs.
When I change the home and siteurl in the database to http:// it all works again as normal.
I’ve disabled all plugins and the redirect still seems to be happening… any ideas?
Sorry, I meant wp-content/wp-cache-config.php. Is there any documentation that explains this file?
If I can manually configure it and include it in my source this problem will be resolved. Specifically the settings to enable garbage collection and to enable the CDN settings.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Upgrade to 3.5 – CSS not loading on login page(HTTPS problem)I’ve rolled back to the previous version and it’s all working fine again now.
Would appreciate if anyone has any insight as to why this happened.
Forum: Fixing WordPress
In reply to: Upgrade to 3.5 – CSS not loading on login page(HTTPS problem)My blog posts and theme are displaying CSS perfectly.