Does it work with HTTPS ?
-
I installed Simple Members Only on a HTTP site. Worked very well! My client now wants to use an SSL certificate. I tried with HTTPS, but the system answers “The page isn’t redirecting properly”.
I tried after adding these lines in the wp-config file:
define(‘WP_HOME’,’https://www.mysite.com’);
define(‘WP_SITEURL’,’https://www.mysite.com’);
define(‘FORCE_SSL_ADMIN’, true);
No result.
Changing back to HTTP worked again.
What can I do? THANKS!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Does it work with HTTPS ?’ is closed to new replies.