can anyone give me insight on how to exclude the XMLRPC folder from SSL so I can have a proper working mobile app? What I thought I knew to do was put the following in the htaccess. I tried both the root .htaccess, the ssl .htaccess and the folder itself .htaccess but it still rewrites to https: Any help is greatly needed.
RewriteEngine On RewriteCond %{HTTPS} on RewriteCond %{THE_REQUEST} !/xmlrpc [NC] RewriteRule ^ http://%{HTTP_HOST}%{REQUEST_URI} [L,NE,R=302]