Posts: 11
Threads: 5
Joined: Jul 2009
Reputation:
0
Hello,
I have installed FormTools in a domain: domain1.com.
But due to reorganization, I would prefer to place it in another subdomain of a different domain, in same server: blog.domain2.com.
Is enough to change path and url in global/config file?
Thank you!!
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
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
Posts: 11
Threads: 5
Joined: Jul 2009
Reputation:
0
Thank you Ben, just modified the entries in a SQL dump file and reuploaded again.
Thanks for help!