After migrating magento from one to another hosting with different domain, I’m getting one problem – http://vinylshop.lt/ don’t loading skin/css..
Any solutions?
I found similar solution – http://blog.wayyi.com/incorrect-css-and-js-path-varwwwmagentoskin-after-moving-magento-to-new-server
but in table core_config_data where are no dev/js/merge_files and dev/css/merge_css_files and don’t know how to add them
Your source indicates that merging is enabled. You can run the following sql to update your
core_config_datatable; backup first!You should see at least two rows affected. Remove everything from
var/cache/.Also, it looks like you need to move over your
.htaccessfile as well, as the value forweb/seo/use_rewritesseems to be enabled. Depending on your version, you can grab the original file from the repo (version number points to latest stable patch level):