Cannot make wordpress work on https with alias
-
Hi,
I am having big problems with making wordpress work on our server.
For the server setup details please see this link:
https://stackoverflow.com/questions/29128281/wordpress-on-https-and-apache-alias
The behavior is that when I access domain.com/blog I can see the content (obviously loaded from database) but no styling. When inspect source the assets are loaded from http not https.
I have tracked down that value of WP_Styles->base_url is “https://www.domain.com/blog” even though in databse both siteurl and homeurl are “https://www.domain.com/blog”
When I try to access domain.com/blog/wp-admin browser reports infinite redirect loop.
I have tried all kinds of stuff I found online (eg. FORCE_SSL_LOGIN, WPHTTPS_RESET etc etc) no to luck
Any ideas? I have spent way too long on this already (1,5 day)…
- The topic ‘Cannot make wordpress work on https with alias’ is closed to new replies.