Last active
May 27, 2020 08:20
-
-
Save salvatorecapolupo/ca7392308144b534bc9b96cdb2fd87af to your computer and use it in GitHub Desktop.
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
Messaggi di errore: prova a cancellare i cookie, too many redirects, ecc. | |
Sito: http://example.com | |
1) rinominare temporaneamente .htaccess in OLD.htaccess | |
2) aggiungere nel file wp-config.php le righe per forzare la connessione alla versione HTTP | |
define( 'WP_HOME', 'http://example.com' ); | |
define( 'WP_SITEURL', 'http://example.com' ); | |
3) disabilitare temporaneamente il certificato da CloudFlare, se necessario | |
4) rinominare cartella plugin wp-content/plugins in wp-content/OLD-plugins | |
5) provare ad accedere in HTTP su http://example.com/wp-login.php o http://example.com/wp-admin | |
6) sbloccare il sito e riattivare i plugin uno per uno |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Altre guide su https://trovalost.it/sezioni/tutorial/