Sounds like you switched over to HTTPS and your site assets aren’t loading. Here are a few things you can try.
-
Update your site address by going to
Admin > Settings > General
and making sure you have https instead of just http in the URL fields -
Add
define('FORCE_SSL_ADMIN', true);
towp-config.php
-
Change any static links in the content to use https
-
Update your .htaccess file to something similar to the below code
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
I would start with the first one, do it and then check the site before moving onto the next one. Then continue down the list.
Related Posts:
- Why is WordPress redirecting from http to https on a local environment?
- Force HTTPS using .htaccess – stuck in redirect loop
- How to redirect url requests to https? [closed]
- WordPress redirect loop on nginx + apache reverse proxy
- Mixed Content with SSL, wordpress behind a reverse proxy
- https multiple redirects
- WordPress Redirecting HTTPS Requests to HTTP
- Infinite loop behind SSL proxy on non-standard port
- What is the right way to redirect all traffic to HTTPS?
- ReDirect subfolder link to another sub-folder and force SSL
- My site doesn’t redirect from HTTP to HTTPS
- Only execute function if SSL is set up properly
- HTTPS to HTTP rewrite rules not working as expected
- I get “too many redirects” problem when migrating localhost site
- Moving site from HTTP to HTTPS
- How to force HTTP and stop SSL completey on WordPress website
- How do you redirect HTTPS to HTTP?
- Keeps on redirecting on my development copy
- Redirect www to non-www htaccess
- 302 redirect instead of 301 after switch to HTTPS
- Redirect from https to http or from http to https? [closed]
- Redirect to https not working with .htaccess [closed]
- Menu links only using http after enabling https, unable to redirect http links
- Cant Access Website – Changed HTTP to HTTPs
- Disabling HTTPS redirection for migration
- some url does not redirect from http to https
- Strange redirection issues on wordpress from ssl with padlock to ssl without padlock
- https redirect (with .htaccess) redirect loop
- Redirect HTTP to HTTPS
- How do I map a subdomain in wordpress to the primary domain in a multisite setup?
- Site redirecting from http to https [closed]
- SSL and www to non-www redirection works only on homepage – WordPress
- Htaccess file isn’t redirecting http sub-pages to https––they display 404 error instead, tried many solutions and none work
- 301 redirection editing .htaccess doesn’t work
- WordPress keeps redirecting subpages without http to https homepage after switch
- https – too many redirects
- How to use https on one page only?
- Too many redirects after added SSL redirect on port 80 virtual host
- .htaccess 301 redirect conflict with plugin “WordPress Https”
- Force WordPress https redirect before www redirect based on site address url
- How to fix too many redirects when enabling SSL for site?
- Browsers Forcing Multisite to https
- Is the default value of FORCE_SSL_ADMIN documented?
- Understanding Redirects
- How to replace the links http to https
- 301 Redirect Loop www to non-www – Nginx + Apache2
- Why https://www. SUBdomain is redirected by WP to https://MAINdomain
- WordPress site not forcing from http to https instead getting redirected too many times
- Redirect HTTP request to HTTPS request
- How to force the admin-ajax.php file to load over HTTPS?
- redirect_to ignoring the SSL
- I have cloudflare flexible enabled, How to redirect to https for Nginx server
- Force SSL on a single page which is used as iFrame
- How to move a https website back to dev and access the admin?
- WordPress HTTPS – ‘… better to use HTTP for installation …’
- How to map secure.domain.com to www.domain.com or domain.com with “WordPress MU Domain Mapping” on the primary multisite domain?
- Why Does My Website Redirect to HTTP Before HTTPS When Accessed Without a Trailing Slash?
- Site1 wordpress website redirect to other site2 in my same server
- Does WordPress automatically redirect to the URL specified in settings?
- SSL Error: unable to get local issuer certificate
- How to redirect all HTTP requests to HTTPS
- https connection using CURL from command line
- PHP header(Location: …): Force URL change in address bar
- Curl command for https ( SSL )
- What does HTTP/1.1 302 mean exactly?
- 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
- php refresh current page?
- 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
- How to force a 404 on WordPress
- Disable front end to use as CMS only?
- Redirect Restricted Page to 404
- How to redirect non-logged in users to a specific page?
- SSL Breaks WordPress CSS
- How to prevent automatic redirection of 404 errors and “incorrect” URLs?
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- How do I skip wordpress’s 404 handling and redirect all 404 errors for static files to 404.html?
- Disable WordPress URL auto complete
- Host the wp-admin on another domain?
- Redirect user to original url after login?
- When I change slug, will WordPress create redirect from the old URL?
- WordPress localhost site redirect to live site
- WordPress redirecting connections on port 8080 to 80
- WordPress Redirect All HTTP requests to HTTPS via .htaccess
- Disable SSL / HTTPS for wordpress
- wp_redirect() function is not working
- Redirect entire website to a single page
- My wordpress multisite homepage redirects to signup page
- Switching MultiSite installation from HTTP to HTTPS
- Logout redirect to home page
- Disable ONLY URL auto complete, not the whole canonical URL system
- Redirect Localhost wordpress site to dashboard
- Redirect page URL to home URL without using a plugin