How to move site to another location
- Copy files and database to new location.
- Change BASE_URL and BASE_DIR constants in ip_config.php file (you may also need to change database connection constants).
- Go to Administrator -> System and clear cache.
- Make folders "audio", "file", "image", "video" including subfolders and files writable.
- Change robots.txt
It's really that simple.
BASE_URL and BASE_DIR generator
If you don't know what to write in BASE_URL and BASE_DIR constants on your new server, upload get_config.php file into root directory of website and access it with your browser (e.g. www.example.com/get_config.php). You will see those two values generated on the screen.
Stéphane Moureau wrote more detailed manual on how to move ImpressPages website from your development environment to client hosting server.
Write a comment
You must be logged in to comment.