I am stuck up with a Strange problem. I am a php beginner All my php files link, Image source, stylesheet are pointing to Https even though in code its http. My Web page is working fine in Firefox but i am facing this issue in Chrome. Example When i view page source in chrome i get this code
<link rel='stylesheet' id='jshop-style-css' href='https://localhost:8080/wordpress/wp-content/themes/jshop/style.css?ver=4.2.3' type='text/css' media='all' />
whereas in Firefox i get
<link rel='stylesheet' id='jshop-style-css' href='http://localhost:8080/wordpress/wp-content/themes/jshop/style.css?ver=4.2.3' type='text/css' media='all' />
I am running my application on Xampp. Could anyone help me why i am facing this issue in Chrome ?