Hi, I have the following situation. I want all authentication to be done over https, but amember seems to ignore my settings I have specified a fixed url on login in Admin > Setup > Login Page of the following Redirect after Login Fixed URL: https://www.mysite.com/member Redirect after logout of https://www. mysite .com/member However even when I login via https it redirects to http://www. mysite.com/member (insecure) and on logout it drops the www and goes to https://mysite.com/member this problematic as I dont have ssl for domain without the www. throwing a warning page about certificate mismatch. how can I get aMember to only use www. and also force https Thanks, I will put this out for half a day or so before I contact support. Nothing in the documentation or forum that I could find on this. Mikhail
No not a wordpress site I ended up sorting it out externally by using .htaccess instead of within aMember. Something inside is insisting on dropping the www. Thanks anyway. Mikhail