url - Magento can't load some resource files (images, css and js) -


i have magento site in: www.petitebox.com.br which, of sudden, began mess design up. magento can't load resources files (some images, css , js), backend ruined. can see in image here.

does know if it's more problem in .htaccess or in magento settings? or maybe else? how can fix it?

edit

magento can't load of files. group of files, magento can load without problems: image here

thanks

try changing permissions /var , /media folders, has 0775 permission. delete cache manually through command line: rm -rf /yoursite/var/cache/mage--* (be careful one).

check core_config_data configuration:

select * core_config_data path '%web/secure/base_url%';  select * core_config_data path '%web/unsecure/base_url%'; 

they have url, if different, try with:

update core_config_data set value='http://www.petitebox.com.br/' path '%web/secure/base_url%';  update core_config_data set value='http://www.petitebox.com.br/' path '%web/unsecure/base_url%'; 

i think enough.

greetings


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -