The simplest way to complete this is by using an FTP program such as FileZilla at http://filezilla.sourceforge.net/ and logging in to your website. If you go to your Interspire Website Publisher installation folder, you can highlight each file and folder and then drag them all onto the folder with the name '..'
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.

The article has been updated successfully.