Hello,
In making the switch from HTTP to HTTPS using SSL Certificates, one of the changes that needed to be made includes the following update to the .htaccess file:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.org/$1 [R=301,L]
Where it says yourdomain I actually specify my domain.
Once this change is saved to .htaccess file, I can no longer access cornerstone, theme options etc. The behavior is that as soon as I click the “> Pro > Theme Options” link within the wordpress dashboard, I get kicked out and sent back to the WP-Admin login screen.
I’ve tested this with two different hosted domains both with X theme licenses, one of which was upgraded to Pro to see if that would resolve it, to no avail.
If I remove the code from the .htaccess file, then I can use the X or Pro control panel and get to Theme Options, Cornerstone etc.
I want to ensure all visitors are getting to the HTTPS secured version of the site.
Please advise on the fix or workaround.
Thanks.
SeabeckMensGroup
