Note: These instructions should only be followed after Website Publisher has been installed.
This applies to Website Publisher 4.5 and above.
This article provides information on how to change the URL of your control panel in Interspire Website Publisher.
To change your control panel from http://www.example.com/admin to another folder name, e.g. http://www.example.com/cp firstly FTP into the base folder of the application and physically rename the 'admin' folder to 'cp' (or whatever you'd like). Now open up the /lib/common.paths.php file and find this line and modify the 'admin' value to the new name of your control panel's folder:
$GLOBALS['ALAdminDir'] = 'admin';
For example, you might change it to:
$GLOBALS['ALAdminDir'] = 'cp';
