Hi, is there anything I need to do on sendy installation when moving subdomain (where the installation is) to HTTPS?
thanks
Hi,
Just change the APP_PATH in /includes/config.php to the https version of your Sendy URL.
/includes/config.php
'https://mydomain.com/sendy'
instead of:
'http://mydomain.com/sendy'
You must also have an SSL certificate for mydomain.com and install it on your server for the domain.
mydomain.com
Best regards, Ben
Comments
Hi,
Just change the APP_PATH in
/includes/config.php
to the https version of your Sendy URL.'https://mydomain.com/sendy'
instead of:
'http://mydomain.com/sendy'
You must also have an SSL certificate for
mydomain.com
and install it on your server for the domain.Best regards,
Ben