Rocky.
You can try these:
- make sure the values changed in database
If you can’t login to
wp-admin > settings to confirm that, you can go to database, wp_options table and look for siteurl and home values
- add code to wp-config.php
Add these lines to wp-config.php
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
- Clear your cache
Make sure that you clear the cache from any cache plugins you’re using and also from your browser
Also try adding this to wp-config.php (note “false”)
define( 'WP_CACHE', false );
- check https / ssl related plugins
You might be using any plugin which is causing this, like ssl insecure content fixer, etc.
- Cloudflare or other dns side redirect
Make sure that the site isn’t using any dns based redirect
-
disable all plugins and confirm
-
change theme to default and check
Let me know any issues with this
Related Posts:
- Divert http to https with WordPress on IIS
- Allow non-SSL pages to use https or Force non-SSL pages to http?
- All content is HTTPS, but browsers warn of HTTP mixed content [closed]
- Website Migration (with https) to a new domain(http)
- Why does WordPress uses HTTPS for JS, CSS on EC2
- Implications of not completing all tasks when switching to HTTPS
- The plain HTTP request was sent to HTTPS port in wordpress [closed]
- Changing my URL in General Settings cause the site to crash
- https connection using CURL from command line
- Simple Java HTTPS server
- HTTPS connection Python
- Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- Why is WordPress redirecting from http to https on a local environment?
- Local version of a WordPress site – SSL/HTTPS enforced?
- bloginfo() and get_template_directory_uri() with SSL?
- After updating site to use SSL all images in posts point to http://
- Adding https to wordpress website
- Upgrade to SSL Breaks Admin Dashboard
- SSL setup: wp-login css doesn’t load over httpS
- In WP versions >= 4.0, is FORCE_SSL_LOGIN forcing HTTPS for the entire admin session?
- Occasional HTTPS Mixed Content Warning
- WordPress : To load all asset files coming from HTTP to HTTPS?
- 403 error on admin login page
- I changed my site from HTTPS back to HTTP and now it is broken- Cannot access Admin panel on HTTP URL
- un-loading https
- WordPress site shows “File not found.” if opened through https
- Address a single page to SSL https secure protocol?
- wordpress http to https windows server
- Jetpack “Connect to WordPress” serving insecure content under HTTPS
- Website access with http and https
- Need ideas for HTTPS multiple domain solution
- How to control SSL in WordPress for automatically changing http to https?
- How do I handle SSL properly when WP is behind a reverse proxy?
- Hi do I change Media files that still show as http after installing ssl
- Errors on a single host using wp_remote_get() unless sslverify is set to false
- My site doesn’t redirect from HTTP to HTTPS
- https to https problem – 404 and can’t login
- ERR_TOO_MANY_REDIRECTS on wordpress page [closed]
- URLs not being output with https
- How to move my local wordpress to https?
- Specific Page/Post Need to Stay Non SSL
- SSL Certificate
- Front-end pages messed up due to HTTPS
- How to send user data from one website to another
- How come all my http URLs are turned to https?
- Forcing SSL (Bad Theme coding)
- Moving site from HTTP to HTTPS
- My WordPress site SSL is in red crossed color and can’t load at first time?
- Any idea on how to fix this error when forcing SSL on a certain page?
- SSL/HTTPS Redirect Loop
- iHow to redirect all http traffic to https now that a SSL certificate is added?
- How to force static assets with HTTP sources to load over HTTPS?
- Moving WordPress from http to https over existing site
- Is it bad to redirect http to https?
- Properly setting up a “default” nginx server for https
- How to force HTTP and stop SSL completey on WordPress website
- wordpress is auto using http: not https: as it needs to because the server is http behind a reverse proxy https, how do I stop it?
- nodejs – error self signed certificate in certificate chain
- ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED in Google Chrome
- How do you sign a Certificate Signing Request with your Certification Authority?
- 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
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Force home page to be https?
- Redirect www to non-www htaccess
- Admin-Ajax.php, SSL, Non-SSL
- How are both HTTP and HTTPS versions displaying?
- How to modify the .htaccess to force ssl on login and admin pages
- Cant Access Website – Changed HTTP to HTTPs
- Separating HTTP and HTTPS content with WordPress, Varnish, and an SSL terminator?
- WordPress Redirecting HTTPS Requests to HTTP
- WordPress generated links – menus and home_url() – not using https despite settings
- How to use https on one page only?
- Site not reachable due to change from HTTP to HTTPS [closed]
- How to make my site use HTTPS for images or how to insert images as relative paths?
- HTTPS to HTTP rewrite rules not working as expected
- https and wordpress breaks posts
- How can I rewrite old attachment URLs?
- ERR_CONNECTION_REFUSED
- Plesk login inaccessible after changing site URL
- WordPress – SSL not working – browser console error “Mixed Content” and “Failed to load resource”
- mixed contents admin panel is Unsecured
- Moving wordpress site from HTTP to HTTPS ERR_TOO_MANY_REDIRECTS
- Cannot access wp-admin after installing SSL – user capabilities not being set
- How to force the admin-ajax.php file to load over HTTPS?
- How to detect if an other front-end post/page is in HTTPS/SSL from admin to display a notice?
- Mixed content and expired session issues with SSL and wp-admin
- CSS/JS is not working in multi lang installation
- I just updated my SSL certificate and now my site looses formatting when
- Not logged in when using http
- Nice font not working when http to https – SSL Issue
- Cant enter admin page with SSL
- What are some best practices to clean up http mix content warnings?
- Best way to redirect all HTTP to HTTPS in IIS
- Remove “www” and redirect to “https” with nginx
- Generating a self-signed cert with openssl that works in Chrome 58
- Development to production, how to move a development site from http + dev.example.com to a production site https + example.com?
- How do I make the block editor use https by default?
- Https Website: CSS and JS files load in http and admin page does not load too