wordpress - Site works in Firefox and IE, but not on Chrome -


my local wordpress site works in ie , firefox, doesn't work in chrome because chrome adding 'https' of url's stylesheets, scripts, , images. if view source files in ie or firefox, url's start http://localhost/my_site/, in chrome looks https://localhost/my_site/

i've tried figure out why it's happening in chrome , i'm stumped. i've emptied cache, i've tried running in incognito mode, i've tried disabling extensions, i've disabled firewall, can't work.

help!

sounds http sts issue. try in chrome:

  • go to: chrome://net-internals/#hsts
  • go bottom of page , find query domain textbox , enter localhost
  • if localhost in there, put in delete textbox rid of it

source: https://code.google.com/p/chromium/issues/detail?id=444479#c7


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -