Created
November 24, 2020 03:14
-
-
Save otakupahp/b808504b0c5555ac5822fe007c5da27c to your computer and use it in GitHub Desktop.
Deactivate Really Simple SSL with constants and SSL redirection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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