1

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.

2
  • do you have a <base ... > defined? Commented Feb 13, 2012 at 15:30
  • Oh man- was right in the source, I'm just dumb- Please make an answer so I can give you cred... Commented Feb 13, 2012 at 15:39

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.