latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Force HTTPS on "Modify Profile" Popup Window

Home Forums Community Forum Force HTTPS on "Modify Profile" Popup Window

This topic contains 1 reply, has 2 voices. Last updated by  Cristián Lávaque 3 years, 10 months ago.

Topic Author Topic
Posted: Saturday Mar 9th, 2013 at 5:01 am #44143

I’ve found this, but I didn’t find the solution. http://www.s2member.com/forums/topic/force-https-on-modify-profile-popup-window/

I only would like to use SSL on wp-admin, wp-login, and s2member_profile edit. All others shall be the HTTP. (non-ssl)

I tried a lot to forse HTTPS on “EDIT PROFILE” Popup window of s2member side widget, but no success.

I added define(‘FORCE_SSL_ADMIN’, true); in wp-config.php.
Following is my .htaccess.
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} ^/?(s2member_profile=1)
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]

RewriteCond %{REQUEST_URI} !^(/wp-login|/wp-admin|^/?(s2member_profile=1))
RewriteCond %{REQUEST_URI} !.(js|css|jpg|gif|png)$
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} (.*)
RewriteRule ^(.*) http://%1/$1 [L,R,QSA]

Please help.
Regards,
Chuka

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Tuesday Mar 12th, 2013 at 2:57 am #44333

Hi Chuka.

I’ve found this, but I didn’t find the solution. http://www.s2member.com/forums/topic/force-https-on-modify-profile-popup-window/

s2Member helps force SSL on pages and posts created with s2Member, but other areas don’t have where to add the custom field that does this.

You could try looking for a plugin that would let you enable SSL on admin pages and wp-login.php. Found this one, for example: http://wordpress.org/extend/plugins/verve-ssl/

I hope that helps. :)

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.