moved website -> image links wrong

Permalink
Hello,

I migrated my concrete site (latest version), fromhttp://mysite.com/test tohttp://mysite.com

I edited my site.php file to reflect the changes like this:

define('BASE_URL', 'http://mysite.com');
define('DIR_REL', '');

The site loads ok, except my images which fail to load. When I expect the images, I can see that the source links to:

<img src="/test/index.php/download_file/-/view_inline/15" alt="photogal.jpg" width="200" height="200">

instead of

<img src="/index.php/download_file/-/view_inline/15" alt="photogal.jpg" width="200" height="200">

Any idea, how I can get this corrected?

Best regards,
Jan

 
Mnkras replied on at Permalink Reply
Mnkras
Clear your cache and your site's cache
mister replied on at Permalink Reply
Hi,

I cleared the cache under 'Settings -> Speed settings' several times already.

Still doesn't work.

When you said 'your cache' did you mean the browser cache?

Best regards,
Jan