Copying a Joomla site to a new server and new URL!
I run a company's site and they want the site to be copied 开发者_如何学Pythonto a new server with a new TDL.
So www.company.com will be copied to www.company.co.uk.
(Changes will be made to the .co.uk site once the site has been copied successfully)
So what is the process here?
I assume I should use Akeeba, but is there another step to make sure the TDL settings change along with the server?
Are you only changes the domain name ? , if so you can have a redirect to www.company.com -> www.company.co.uk.
Manual way
if you migrate the whole server login in to current Cpanel and download all the site files using FTP and generate the mysql scripts from the phpmyadmin
Upload the files to ur new server and run the sql script
(last make sure to update the configration.php
file with new server names and autehtication details)
Just use Akeeba, you don't need to change anything. Joomla does not have the URL coded anywhere it is calculated by the code. We move sites to different servers all the time with Akeeba, it shouldn't take more than 10-15 minutes to get it done.
- copy all files to the new location
- update configuration.php as menioned above (mainly for livesite URL and database user info)
- check .htaccess if it contains canonicalisation redirects that need to be adjusted
- make an SQL dump of the database
- check within the SQL dump if there are internal hyperlinks that need to be adjusted (because Joomla articles may contain references to the site URL)
- ensure the database user account exists on the target system
- import the SQL dump
Good luck
精彩评论