Yarin
Yarin

Reputation: 183989

Why are my CSS/JS resources loading with HTTPS?

All my page resources - css/js/images- are failing to load. I'm using relative links (e.g. <link href="includes/css/athletics.css" rel="stylesheet" type="text/css" />), and when I inspect the network tab in firebug it shows that all the resource GET requests are HTTPS, even though the main page request is an HTTP request. What would be causing this?

I'm running on a WAMPServer with some alias directories set up.

Upvotes: 1

Views: 162

Answers (1)

Umbrella
Umbrella

Reputation: 4788

do you have a <base ... > defined?

Upvotes: 2

Related Questions