Magento Path to CSS and JS incorrect
magento, url
Solution
Check broken path
View the source of your page and click the CSS links, if it is pointed correctly it should bring you to the CSS page.
Solution
Need to go to phpMyAdmin and do this:
SELECT * FROM `core_config_data` WHERE `path` LIKE '%merge%'
Then change values from 1 to 0 Clear cache and all will be ok
Problem
This website has broken after cache clearing: http://isaacgrainger.co.uk/ I've done the following as per other suggestions on here: - checked folder permissions - ran SQL script to turn merge CSS and JS off - checked all permissions media and var folders - checked base URLs- all fine I am totally stumped. in the backend (unstyled) there seems to be no way to change CSS preferences. I didn't build this project so I don't know how the original developer configured the back end of Magento.