We want to use a static page to accept credit card donations. We've got the security certificate installed and all that, and every thing works - except the "lock is broken" because the page references header and stylesheet images via http instead of https.
I've tried this fix: http://wordpress.org/support/topic/133400
... but sadly it doesn't appear to work. Is there any other way to do this?
I'm also interested in the answer to this. Let me know if you found anything!
dicedtomatoe
Member
Posted 4 years ago #
In the wp-includes/cononial.php file you have to change 'HOST_NAME' to 'SERVER_NAME' on line 48.
This worked for me. I'm using 2.7 and I'm hosting with Media Temple.
Christiaan
Member
Posted 4 years ago #
I've added this to WordPress Ideas, vote for it here:
http://wordpress.org/extend/ideas/topic.php?id=2138
@dicedtomatoe that trick doesn't work for me. Plus, on line 48 it doesn't say HOST_NAME it says HTTP_HOST on WordPress 2.7