BO
Asked
Hi.
How to move file from localhost to web hosting ?
What file to change ?
Thank you
How to move file from localhost to web hosting ?
What file to change ?
Thank you
- MSAnsweredHello,
You can back files and database and restore on server. Here is FAQ from documentation
---
**What files I need to edit if I have moved to different server and/or domain?**
**Same url (domain)**: You will need to update the database configuration in `app/config/database.php`
**Different url (domain)**: You will need to update the base_url in `app/config/config.php` and database configuration in `app/config/database.php` - Login to Reply