S
Asked
I need to switch my domain to another domain, Kindly instruct me how to transfer the application to another domain
- MSAnsweredHello,
You can transfer files and database to new server then update the `base_url` in `app/config/config.php` and database configuration in `app/config/database.php`
Thank you - SAnsweredNo no sorry i mean Is it possible for me to copy the files from one server to another?
Because i am changing my server from one vendor to another vendor, like I'm changing the server from Mocha host to Go Daddy - MSAnsweredHello,
Yes, you can. Just backup from old server and restore on new server. Then change the config file as I mention in previous reply.
Thank you - Login to Reply