Hi,
Could anyone on this forum using wordpress share the hiawatha setting you've use please?
I cannot get wordpress to work in Hiawatha.
The mydomain.co.uk page isn’t working
mydomain.co.uk redirected you too many times.
ERR_TOO_MANY_REDIRECTS
I disabled all plugin and still same issue
Also tried with
UrlToolkit {
ToolkitID = secure-wp
UseSSL Skip 2
Match ^/wp-login.php(.*) Redirect https://blog.example.tld/wp-login.php$1
Match /wp-admin/$ Redirect https://blog.example.tld/wp-admin/$1
}
Also tried
define( 'FORCE_SSL_ADMIN', true);
define( 'FORCE_SSL_LOGIN', true);