Søren Hjortlund

Forum Replies Created

Viewing 1 post (of 1 total)
in reply to: Change package URL after moving to new domain #113274

Thanks, but it didn’t work.

Instead I found out to update the path in the database by running the following query which worked:

UPDATE wp6c_postmeta
SET meta_value = REPLACE(meta_value, ‘/lyngsoes/’, ‘/lyngsoe2/’)
WHERE meta_key = ‘__wpdm_files’

Viewing 1 post (of 1 total)