Sometime you need to move the 'files' ( /site/all/files ) folder for drupal.
When this happens you also need to amend the database, the following is a quick and easy sql command that will do that for you.
UPDATE files SET filepath=REPLACE(filepath,'sites/all/files','sites/mywebsite.co.uk/files');
Post new comment