Hi all!
I'm new here. After 2 years of blogging at wordpress.com I've moved to a self hosted wordpress platform.
Here I want to administrate the platform with a diffrent HTTPS url than the users use to read the blog. I've done this by setting different URLs for "WordPress Address (URL)" and "Site Address (URL)" in Settings -> General Settings.
This works.
But on a "Blog Article page" the comment form try to post to the "WordPress Address (URL)" that is HTTPS. Than the user receives a HTTP Error. I tried to change all PHP files of wordpress that creates the comment form:
wp-includes\comment-template.php
wp-includes\theme-compat\comments-popup.php
wp-includes\theme-compat\comments.php
But this does not change the behavior of the comment form.
I do not know where the form is rendered.
As a reference: When you open the blog article page "http://blog.karstein-consulting.com/2012/09/06/hello-world/" the comment form is below the text.
Thanks for any hint!
Ingo