All C5 UI images are not loaded
Permalink
Hello!
My Concrete5 UI images won't be displayed. Somehow, if I enter the url manually, it redirects to a 404.Example:
http://www.vanelderen.nl/concrete/images/logo_menu.png...
See what happens?
See attachment, pretty clumsy when using the sitemap...
I turned off pretty urls, disabled auto redirect to language in internationalisation addon, cleared cache etc.
Don't know where to look!
Thanks!
My Concrete5 UI images won't be displayed. Somehow, if I enter the url manually, it redirects to a 404.Example:
http://www.vanelderen.nl/concrete/images/logo_menu.png...
See what happens?
See attachment, pretty clumsy when using the sitemap...
I turned off pretty urls, disabled auto redirect to language in internationalisation addon, cleared cache etc.
Don't know where to look!
Thanks!

Have you checked in the folder on the server, just to make sure the images are really there? Do you have the correct folder permissions?
I Checked this first, also tried to set all to 777, but no...
Could pretty urls switched off cause this? Just speculating.
When clicking on your link I get this: http://www.vanelderen.nl/nl//logo_menu.png...
Notice the double front slash?
Check your site.php and delete DIR_REL if you have that set. It shouldn't be needed in 5.6.0.2. Same goes for BASE_URL.
Notice the double front slash?
Check your site.php and delete DIR_REL if you have that set. It shouldn't be needed in 5.6.0.2. Same goes for BASE_URL.
Thanks for thinking with me, but tried all of this, with and without pretty urls, permissions, etc. I haven't set BASE_URL or DIR_REL in my config...