You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WordPress, you can define two constants for using SSL on the admin:
// use SSL for the login formdefine('FORCE_SSL_LOGIN', true);
// use SSL in all of wp-admindefine('FORCE_SSL_ADMIN', true);
even though it's possible to manually enter https://mysite.com/gust/ and use the Gust admin over SSL, it would be cool if the plugin would automatically test for this constants and act accordingly
great plugin!
The text was updated successfully, but these errors were encountered:
In WordPress, you can define two constants for using SSL on the admin:
even though it's possible to manually enter https://mysite.com/gust/ and use the Gust admin over SSL, it would be cool if the plugin would automatically test for this constants and act accordingly
great plugin!
The text was updated successfully, but these errors were encountered: