This will move them all into the parent folder, which will be the main area for your website.
You will then need to edit the /admin/includes/config.php file and change the line:
$GLOBALS["AL_CFG"]["siteURL"] = 'http://domain.com/websitepublisher';to:
$GLOBALS["AL_CFG"]["siteURL"] = 'http://domain.com';
And also:
$GLOBALS["AL_CFG"]["appPath"] = '/websitepublisher/';to:
$GLOBALS["AL_CFG"]["appPath"] = '/';
If you get stuck, just login to our client area and post a support ticket and we'll help you out with it.
