JaphzXD
JaphzXD

Reputation: 1

Magento CSS Not Loading

My magento CSS is not loading, and when I try to view source, I noticed something on its src..

<link rel="stylesheet" type="text/css" href="C:\Program Files (x86)\Zend\Apache2\htdocs\myecommerce-local_comhttp://myecommerce.com/skin/frontend/base/default/css/style.css" media="all" />

its look like there's a problem in source file.

It should be like this

<link rel="stylesheet" type="text/css" href="C:\Program Files (x86)\Zend\Apache2\htdocs\myecommerce-local_com\skin\frontend\base\default\css\style.css" media="all" />

What should I do? to change the source of my style?

Thanks

Upvotes: 0

Views: 527

Answers (1)

TISA-Optimierung.de
TISA-Optimierung.de

Reputation: 23

Are you using an Addon like GT Speed do combine/reduce your JS and CSS files? I uninstalled it and the problem was solved.

Upvotes: 1

Related Questions