wordpress https to localhost http

Solutions on MaxInterview for wordpress https to localhost http by the best coders in the world

showing results for - "wordpress https to localhost http"
Mattia
14 Oct 2018
1define ('WP_HOME', 'http://localhost/wordpress-folder-name' );
2define ('WP_SITEURL', 'http://localhost/wordpress-folder-name' );
3
4For my part, it was different from the other answers. My database was set correctly to http://localhost but I had a plugin installed to manage SSL (Really Simple SSL).
5
6So I renamed the folder /wp-content/plugins/really-simple-ssl to something different and it worked.
7
8And to access /wp-admin without SSL, you need to change your /wp-config.php file and set FORCE_SSL_ADMIN to false.
similar questions
wordpress force https