javascript - Magento 1.x js and css path mismatch after migration -


correct value web/unsecure/base_url , web/secure/base_url set value 0 both dev/js/merge_files , dev/css/merge_css_files

here path

http://example.com/frontend/base/default/css/tinybox/style.css http://example.com/frontend/rwd/butysite/css/styles.css

http://example.com/scriptaculous/effects.js

but need url below

http://example.com/skin/frontend/base/default/css/tinybox/style.css


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -