Mixed content
-
hi all
im trying to run a wordpress based web. and i getting the following error. the page is loading but not loading properly.i can load the installation page properly.but cannot load the login page. what would be the solution for it? please helpMixed Content: The page at 'https://blog.wiz.us5.ircnow.org/wordpress/' was loaded over HTTPS, but requested an insecure script 'https://blog.wiz.us5.ircnow.org/wordpress/wp-includes/js/wp-emoji-release.min.js?ver=5.5.1'. This request has been blocked; the content must be served over HTTPS. d @ (index):18 (anonymous) @ (index):18 (anonymous) @ (index):18 (index):34 Mixed Content: The page at 'https://blog.wiz.us5.ircnow.org/wordpress/' was loaded over HTTPS, but requested an insecure stylesheet 'https://blog.wiz.us5.ircnow.org/wordpress/wp-includes/css/dist/block-library/style.min.css?ver=5.5.1'. This request has been blocked; the content must be served over HTTPS. (index):35 Mixed Content: The page at 'https://blog.wiz.us5.ircnow.org/wordpress/' was loaded over HTTPS, but requested an insecure stylesheet 'https://blog.wiz.us5.ircnow.org/wordpress/wp-content/themes/twentytwenty/style.css?ver=1.5'. This request has been blocked; the content must be served over HTTPS. (index):39 Mixed Content: The page at 'https://blog.wiz.us5.ircnow.org/wordpress/' was loaded over HTTPS, but requested an insecure stylesheet 'https://blog.wiz.us5.ircnow.org/wordpress/wp-content/themes/twentytwenty/print.css?ver=1.5'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://blog.wiz.us5.ircnow.org/wordpress/' was loaded over HTTPS, but requested an insecure script 'https://blog.wiz.us5.ircnow.org/wordpress/wp-content/themes/twentytwenty/assets/js/index.js?ver=1.5'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://blog.wiz.us5.ircnow.org/wordpress/' was loaded over HTTPS, but requested an insecure script 'https://blog.wiz.us5.ircnow.org/wordpress/wp-includes/js/wp-embed.min.js?ver=5.5.1'. This request has been blocked; the content must be served over HTTPS.
also i have added the following lines in wp-config.php
define( 'WP_SITEURL', 'https://blog.wiz.us5.ircnow.org/wordpress' ); define( 'WP_HOME', 'https://blog.wiz.us5.ircnow.org/wordpress' ); define( 'WP_INCLUDES_URL', 'https://blog.wiz.us5.ircnow.org/wordpress/wp-includes' ); define( 'WP_CONTENT_URL', 'https://blog.wiz.us5.ircnow.org/wordpress/wp-content' ); define( 'WP_PLUGIN_URL', 'https://blog.wiz.us5.ircnow.org/wordpress/wp-content/plugins' ); $theme_root = WP_CONTENT_DIR . '/themes';
thanks
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Mixed content’ is closed to new replies.