Moving From one Domain to the other in the same webhost

Joomla version 1.5 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
con100
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Dec 21, 2009 6:50 pm

Moving From one Domain to the other in the same webhost

Post by con100 » Fri Oct 14, 2011 8:53 pm

I am getting a new domain thats going to be separate from my current one but I want to move my Joomla site from my current domain to my new one. It's under the same server or web host account. How do I do this? Do I just move my site over to where my new domain location will be? Do I have to do anything with the database and config.php folder? My current site I have is home/public_html/joomla and the new domain will probably not be in the public_html folder so it would be home/domain name/joomla. Thanks for the help.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28204
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Moving From one Domain to the other in the same webhost

Post by imanickam » Sat Oct 15, 2011 3:05 am

You could transfer your site developed in Joomla! to another host/location by the following ways.

(i) Use the extension Akeeba Backup Core (http://extensions.joomla.org/extensions ... ackup/1606) to backup your site including the database. You have to transfer the archive file created by Akeeba Backup Core to your remote host and use the kickstart.php script file (created by Akeeba Backup Core developers) to restore the site. Also, you would have a back-up permanently.

(ii) Use the manual process. Review the document http://docs.joomla.org/How_do_you_copy_ ... te_host%3F for more information.

Note:
In both the cases, you have to create a new database on the remote host, create a user for the database, grant all privileges to the user for connecting to it.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44093
Joined: Sat Apr 05, 2008 9:58 pm

Re: Moving From one Domain to the other in the same webhost

Post by Webdongle » Sat Oct 15, 2011 3:07 am

Akeeba is my favourite method.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

con100
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Dec 21, 2009 6:50 pm

Re: Moving From one Domain to the other in the same webhost

Post by con100 » Sat Oct 15, 2011 3:27 pm

Thanks will have to try that.

Right now though I have it parked and when you log in to the site and admin panel it takes you to my old domain can I change that somewhere?

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44093
Joined: Sat Apr 05, 2008 9:58 pm

Re: Moving From one Domain to the other in the same webhost

Post by Webdongle » Sat Oct 15, 2011 3:43 pm

Ask your Host how to do that is the best
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

grbrains
Joomla! Intern
Joomla! Intern
Posts: 86
Joined: Tue Jun 14, 2011 6:49 am
Location: Ahmedabad, India
Contact:

Re: Moving From one Domain to the other in the same webhost

Post by grbrains » Tue Oct 18, 2011 1:26 pm

imanickam wrote:You could transfer your site developed in Joomla! to another host/location by the following ways.

(i) Use the extension Akeeba Backup Core (http://extensions.joomla.org/extensions ... ackup/1606) to backup your site including the database. You have to transfer the archive file created by Akeeba Backup Core to your remote host and use the kickstart.php script file (created by Akeeba Backup Core developers) to restore the site. Also, you would have a back-up permanently.

(ii) Use the manual process. Review the document http://docs.joomla.org/How_do_you_copy_ ... te_host%3F for more information.

Note:
In both the cases, you have to create a new database on the remote host, create a user for the database, grant all privileges to the user for connecting to it.
i think this is good answer.

potion
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Mon Jun 08, 2009 6:51 pm
Location: Cape Town, South Africa

Re: Moving From one Domain to the other in the same webhost

Post by potion » Mon Mar 19, 2012 7:16 am

Would I need to replace anchors/links embedded in the content, e.g.:

Code: Select all

<a href="http://www.myolddomain.com/mytarget.php">
Perhaps, in phpMyAdmin, with SQL:

Code: Select all

update `jos_content` set `introtext` = replace(`introtext`, '//www.myolddomain.com', '//www.mynewdomain.com');
update `jos_content` set `fulltext` = replace(`fulltext`, '//www.myolddomain.com', '//www.mynewdomain.com');
What other tables and fields should be fixed?


Locked

Return to “Installation 1.5”