Hi! We just switched our site over to HTTPS. Everything is working great, except that referring URL's from the notifications are all hard-coded HTTP. I can see this in the table: dbtech_notifications_notifications.
They're all like "http://mysite.com/recent_thanks.php" or "http://mysite.com/subscriptions.php", etc.
I can run a find & replace on this table to switch http->https, but more importantly, where in the code should I edit so that it starts doing https automatically?
Thanks!
|