[Plugin: Login With Ajax] Forced SSL support?
-
Hi there,
does the plugin support forced SSL logins? I have these set in my config file:define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true);
In addition I am using a security plugin Better WP Security which adds a rewrite rule to only give access to the wp-login.php with the key (here key123). wp-login.php?key123
Is there a way to get your plugin working with those settings?
Thanks,
Sascha# BEGIN Better WP Security <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^login/?$ /landwire_wordpress/wp-login.php?key123 [R,L] RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$ RewriteRule ^admin/?$ /landwire_wordpress/wp-login.php?key123&redirect_to=/landwire_wordpress/wp-admin/ [R,L] RewriteRule ^admin/?$ /landwire_wordpress/wp-admin/?key123[R,L] RewriteRule ^register/?$ /landwire_wordpress/wp-login.php?key123&action=register [R,L] RewriteCond %{SCRIPT_FILENAME} !^(.*)admin-ajax\.php RewriteCond %{HTTP_REFERER} !^(.*)landwire.net/landwire_wordpress/wp-admin RewriteCond %{HTTP_REFERER} !^(.*)landwire.net/landwire_wordpress/wp-login\.php RewriteCond %{HTTP_REFERER} !^(.*)landwire.net/landwire_wordpress/login RewriteCond %{HTTP_REFERER} !^(.*)landwire.net/landwire_wordpress/admin RewriteCond %{HTTP_REFERER} !^(.*)landwire.net/landwire_wordpress/register RewriteCond %{QUERY_STRING} !^key123 RewriteCond %{QUERY_STRING} !^action=logout RewriteCond %{QUERY_STRING} !^action=rp RewriteCond %{QUERY_STRING} !^action=register RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$ RewriteRule ^.*wp-admin/?|^.*wp-login\.php not_found [L] RewriteCond %{QUERY_STRING} ^loggedout=true RewriteRule ^.*$ /landwire_wordpress/wp-login.php?key123 [R,L] </IfModule> # END Better WP Security
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Login With Ajax] Forced SSL support?’ is closed to new replies.