First, rename the folder wp-content/plugins/wordpress-https
to wp-content/plugins/wordpress-https-OFF
so that WordPress can’t find it to run it.
Second, add the following lines to your wp-config.php file, replacing the domain name with your domain name:
define( 'WP_SITEURL', 'http://example.com/' );
define( 'WP_HOME', 'http://example.com/' );
Related Posts:
- Disable SSL / HTTPS for wordpress
- Admin-Ajax.php, SSL, Non-SSL
- Enable Full SSL for WordPress
- Should I change wp-config for SSL?
- Plesk login inaccessible after changing site URL
- SSL Error: unable to get local issuer certificate
- https connection using CURL from command line
- Curl command for https ( SSL )
- nodejs – error self signed certificate in certificate chain
- Simple Java HTTPS server
- HTTPS connection Python
- Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- How do you redirect HTTPS to HTTP?
- Could not establish secure channel for SSL/TLS with authority ‘*’
- Python requests SSL error – certificate verify failed
- How can I force users to access my page over HTTPS instead of HTTP?
- How to force Laravel Project to use HTTPS for all routes?
- How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- Best practice for versioning wp-config.php?
- SSL Breaks WordPress CSS
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Switching MultiSite installation from HTTP to HTTPS
- Password in wp-config. Dangerous?
- Why is WordPress redirecting from http to https on a local environment?
- What’s the difference between WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT?
- Turn Off Automatic Trash Deletion?
- Is there a way to force ssl on certain pages
- SSL breaks customizer: page isn’t returned from ajax
- How can I change preview URL?
- Disable all https in WordPress
- Override the wp_siteurl and wp_home not work
- How to use WordPress multisite with mixed HTTP and HTTPS sites?
- Changing WP_CONTENT_DIR and WP_CONTENT_URL in wp-config.php does not register?
- Missing a temporary folder despite settings in wp-config.php
- How to use live images on local install?
- Local version of a WordPress site – SSL/HTTPS enforced?
- Force HTTPS using .htaccess – stuck in redirect loop
- bloginfo() and get_template_directory_uri() with SSL?
- Syntax of FS_CHMOD_DIR and FS_CHMOD_FILE
- After updating site to use SSL all images in posts point to http://
- WordPress PHP error handling and reporting in production environment
- WordPress is Inserting images into Post as HTTP and not HTTPS
- Declaratively Configuring WordPress in XML or JSON or YAML
- WP_MEMORY_LIMIT didn’t work in wp-config
- Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)
- Adding https to wordpress website
- Upgrade to SSL Breaks Admin Dashboard
- How to redirect url requests to https? [closed]
- Globally force SSL on all pages
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Force home page to be https?
- How to set up gmail SMTP in WordPress
- How disable SSL redirect for specific URL?
- error:-Cannot modify header information – headers already sent by
- Serve HTTPS requests from subdomain
- WordPress Move to SSL How to Update Media Assets to HTTPS?
- Add New Sub Site from the WordPress back end then in sub site options table option_value must be with https
- Changing HTTP URL Port
- Make default new sites https (multisite)
- WordPress redirect loop on nginx + apache reverse proxy
- wp-config.php file permissions
- How to update WordPress from the latest trunk
- how to use is_admin in wp-config.php
- Set wp-content folder to Dropbox folder
- SSL setup: wp-login css doesn’t load over httpS
- Including a 3rd party library in WordPress which needs to be accessible by wp-config
- SSL: How to make customizer images Protocol Relative in WordPress?
- Mixed Content with SSL, wordpress behind a reverse proxy
- wp-config.php being deleted
- How to modify the .htaccess to force ssl on login and admin pages
- Get WP CLI to hide debug warnings and notices in JSON output, same setting as website
- https multiple redirects
- Installation Issue WordPress locally – The file ‘wp-config.php’ already exists
- What is this file: wp-config-wpe.php?
- wp-admin redirect loop with ssl
- How to properly force https and www on multisite with Apache HTAccess
- AJAX requests broken due to HTTPS for wp-admin
- In WP versions >= 4.0, is FORCE_SSL_LOGIN forcing HTTPS for the entire admin session?
- Gravity Forms not loading under https, jQuery is not defined
- SSL Partially breaking admin panel and elementor
- Occasional HTTPS Mixed Content Warning
- Divert http to https with WordPress on IIS
- WordPress : To load all asset files coming from HTTP to HTTPS?
- enable SFTP via SSH keys in wordpress
- html lang=”” instead of lang=”en-us” – why?
- Why do I get a WAMP homepage when clicking on specific website’s URL on LocalHost?
- Creating the wp-config.php file manually
- What Does this Code Snippet Do?
- WP_Debug not displaying anything
- Can I delete `wp-config-sample.php` after installing and configuring WordPress?
- Force SSL using FORCE_SSL_ADMIN
- WordPress Redirecting HTTPS Requests to HTTP
- Infinite loop behind SSL proxy on non-standard port
- How to reliably set file/folder permissions?
- WordPress generated links – menus and home_url() – not using https despite settings
- WordPress Dashboards: slowness and timeouts
- Multiple wp-config.php files in one home directory
- How can I make uploaded images in the editor load with HTTPS?
- Why edits to wp-config.php must come before “That’s all” comment