Magento 1.6.2.0 - admin and frontend calling https URL's incorrectly -


I recently downloaded a site from my local host to my localhost I used to local Everything is set on the host, but when I run the frontend, the image files do not load because Magento will be https: // instead of Http: // , It goes for the entire back-end, the pages are loaded in backend but any styles are available. Goo is because Magento is visible under their https: // . I'm not running safe_url , only unsecure_url on both the back and frontend

Here is a screenshot of the web inspector.

screenshot

How can I fix it?

// Edit

Well, my backend is a mess, here's a screenshot of the Config-> Web section, especially the URL:

< Img src = "https: // i.stack.imgur.com / UmkmD.png" alt = "Enter image details here">

If you have already cleared your var / cache folder, another possible source for your problem is System / Developer / and disable JavaScript Settings / JavaScript Merge Paint Files and CSS settings / merge CSS files . Then go to system / cache and press flush JavaScript / CSS cache button.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -