Quote:
Originally Posted by giaguaro
This could be great. But how to do that? A "search and replace" somewhere? Or a product?
|
Probably you will need to use a query, which replaces all absolute references accordingly to your new board settings:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, '../absolute/path/', 'relative/path/')
and copy or move also your images to the new relative path you define here. Please make sure to backup your post table in case your query does not work as expected.