Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salvatorecapolupo/ca7392308144b534bc9b96cdb2fd87af to your computer and use it in GitHub Desktop.
Save salvatorecapolupo/ca7392308144b534bc9b96cdb2fd87af to your computer and use it in GitHub Desktop.
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
@salvatorecapolupo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment