Eoon
New member
- Joined
- Mar 18, 2013
- Messages
- 35
- Points
- 0
I have a site and just switch it to https with hope that it can increase SEO scores as google noticed.
but problem I am facing javascript files didn't work on https pages, so java script sources loaded as "http://" while must be "https://" resource, which causes JavaScript to not load properly and cause any problems on my site
for example, my javascript's using as following
how to solve this problem?
I'm using a wordpress site
Eoon
but problem I am facing javascript files didn't work on https pages, so java script sources loaded as "http://" while must be "https://" resource, which causes JavaScript to not load properly and cause any problems on my site
for example, my javascript's using as following
Code:
http://www.mysite.com/myjavascript.js
http://ajax.googleapis.com/ajax/libs/jquery.min.js
how to solve this problem?
I'm using a wordpress site
Eoon