Apologies for asking what is likely be a configuration related question, but I’ve been asked to fix this and have exactly Math.Sqrt(Jack_all) idea on how to fix it.
I can see on the main page that links to the CSS are correctly being requested as
http://www.digitalsignageexperts.co.uk/modules/system/system-menus.css?O
but when we look at a case study, linked from the main page the CSS requests are
http://www.digitalsignageexperts.co.uk/node/modules/system/system-menus.css?O
The path /node/ is creeping in from somewhere!
(In this instance the case study uri was http://www.digitalsignageexperts.co.uk/node/51)
Any helpful advice would be appreciated, thank you.
Check your .htaccess file. Better putting a fresh .htaccess file downloaded from drupal.org.
If nothing changed, try uncommenting
RewriteBase /in .htaccess file.I’m not suggesting $base_url because you said it didn’t work in comments above.