Skip to content

Instantly share code, notes, and snippets.

@otakupahp
Created November 24, 2020 03:14
Show Gist options
  • Save otakupahp/b808504b0c5555ac5822fe007c5da27c to your computer and use it in GitHub Desktop.
Save otakupahp/b808504b0c5555ac5822fe007c5da27c to your computer and use it in GitHub Desktop.
Deactivate Really Simple SSL with constants and SSL redirection
<?php
define('FORCE_SSL_ADMIN', false);
define('rsssl_no_wp_redirect', true);
define('rsssl_no_rest_api_redirect', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment