Nov 22nd, 2011, 10:36 PM
Hi xoxo,
That's the first step, and the most important one. But also, you'll need to update any database references. Specifically, you'll need to update all URLs in the database. You can either do this through the application, by looking through each page (e.g. edit client account for logout URLs, admin account page for logout URLs, Settings -> Files tab for file upload URLs + paths and more), but it's quicker just manually editing the database tables if you're up for it.
Specifically, look at these two tables:
[prefix]accounts
[prefix]settings
Those two tables contain a number of URLs + paths that will need updating.
All the best -
Ben
That's the first step, and the most important one. But also, you'll need to update any database references. Specifically, you'll need to update all URLs in the database. You can either do this through the application, by looking through each page (e.g. edit client account for logout URLs, admin account page for logout URLs, Settings -> Files tab for file upload URLs + paths and more), but it's quicker just manually editing the database tables if you're up for it.
Specifically, look at these two tables:
[prefix]accounts
[prefix]settings
Those two tables contain a number of URLs + paths that will need updating.
All the best -
Ben