Score:0

JavaScript and CSS looking for another IP address and will not load. Mixed Content error. Apache 2.4.6 Centos 7

cn flag
Listen 80

<VirtualHost *:80>
    DocumentRoot "/var/www/html"
    ServerName "www.mydomain.com"
    ServerAlias "www.mydomain.com"

RewriteEngine on
RewriteCond %{SERVER_NAME} =www.mydomain.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>

Inspect element on website

JS and CSS are not loading on my website due to it looking for another public IP. Why would that be ? How would I change the file paths my website looks for ?

pl flag
Please show your website HTML.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.