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
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