Title: This has been disabled
Last modified: September 1, 2016

---

# This has been disabled

 *  Resolved [captzeanie2016](https://wordpress.org/support/users/captzeanie2016/)
 * (@captzeanie2016)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/this-has-been-disabled/)
 * Hi,
 * I have just had SSL installed onto my site by my hosting company.
 * I can see things fine using https
 * I have installed Really Simple SSL and it keeps telling me SSL was not detected.
 * So I ran the test page manually and got**
    SSL test page
 * This page is used purely to test for ssl availability.
    #SERVER-HTTPS-ON# (on)#
   SERVERPORT443#
 * #SUCCESFULLY DETECTED SSL#
 * HTTP_HOST: captzeanie.com
    REQUEST_URI: /wp-content/plugins/really-simple-ssl/
   ssl-test-page.php
 * So I manually added the redirects into htaccess.
 * **#SERVER-HTTPS-ON# (on), add
    <IfModule mod_rewrite.c> RewriteEngine on RewriteCond%{
   HTTPS} !=on [NC] RewriteRule ^(.\*)$ [https://%](https://%){HTTP_HOST}%{REQUEST_URI}[
   R=301,L] </IfModule>
 * #SERVERPORT443#, add
    <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{
   SERVER_PORT} !443 RewriteRule ^(.*)$ [https://%](https://%){HTTP_HOST}%{REQUEST_URI}[
   R=301,L] </IfModule>
 * And everything seems OK with the site and any http traffic goes to https **until
   I tried to go into the Admin where all I get is a simple white page displaying**
 * **This has been disabled**
 * Any suggestions apart from manually uninstalling and finding something else.
 * [https://wordpress.org/plugins/really-simple-ssl/](https://wordpress.org/plugins/really-simple-ssl/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/this-has-been-disabled/#post-7518834)
 * Hi,
 * Did you also try detecting SSL by entering https in your browser address bar,
   then load the page again? In most cases this works when SSL does not get detected
   in the normal way.
 * At the moment you forced SSL without enabling the plugin to handle it, so your
   site now runs without Really Simple SSL. uninstalling would not help. If you 
   remove your manual code from the .htaccess, you can try the method above (loading
   admin over https).
 * If that doesn’t work:
 * If your admin is not available, my first guess would be that you should add:
   `
   $_SERVER[“HTTPS”] = “on”;` to your wp-config.php.
 * The message “this has been disabled” can also come from a security plugin. You
   could try disabling any security and caching plugins you might have.
 *  [iantresman](https://wordpress.org/support/users/iantresman/)
 * (@iantresman)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/this-has-been-disabled/#post-8540526)
 * I had this message after I (a) installed “[Easy HTTPS (SSL) Redirection](https://en-gb.wordpress.org/plugins/https-redirection/)”
   and selected “Enable automatic redirection to the “HTTPS”, and for “The whole
   domain” (b) I had installed “[WPS Hide Login](https://en-gb.wordpress.org/plugins/wps-hide-login/)”(
   c) I tried in re-visit the Admin section.
 * The solution for me, was simply to log-in again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘This has been disabled’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 2 replies
 * 3 participants
 * Last reply from: [iantresman](https://wordpress.org/support/users/iantresman/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/this-has-been-disabled/#post-8540526)
 * Status: resolved