How can i clone whole WP Site? WPTwin doesn't work with my host.

Long.30naga

Registered Member
Joined
Oct 21, 2010
Messages
82
Reaction score
122
Hai there friend,

All this while i'm using WPTwin but then i just change to a new host.
And this host seems doesn't support WPTwin and there is an error message.

Does anyone have any idea on what plugin or how to clone this?
I want to clone the whole thing including the WP Theme, Images, Plugin, Pages and Post.

I really appreciate your suggestion.

Thank You.

Edit: It's a WordPress site
 
Last edited:
Maybe try the Duplicator plugin:
1. Create a package
2. Download
3. Install in the new location
 
Last edited:
Depends on the type of site. It it is all static, try wget.
If you have some scripts, download the whole directory to your local machine
(using ssh and scp) and then upload again.
If it is wordpress, get a special wordpress cloning module.

Thanks for the response mate :)

Ok maybe i should change the topic title.
It's for wordpress and the WPTwin doesn't work with my host.
Tried ManageWP but no luck..
 
get a new host.

oookkk.... Thank you for the nice suggestion :D

But i have to skip that since i just paid for a year hosting with xxxxxxxx
Although i can easily get a HostGator for a penny but that would be the last solution.

Thanks mate.
 
Ok problem solve.

Wow thank you very much to BHW members.

Coz you guys teach me on how to be independent and don't give up in finding the answer using Google.


Thanks Google :rolleyes:
 
Last edited:
1. Copy the entire DIR to the new location
2. Open up phpMyAdmin and do a full export of the sites DB
3. Click on MySQLDB wizard and create a new account with full rights.
4. Go back to phpMyAdmin and import the account/DB you just created
5. Open up wp-config.php in the root of the directory and update the user ID, PASS etc to the new account you created in step 3.



Hai there friend,

All this while i'm using WPTwin but then i just change to a new host.
And this host seems doesn't support WPTwin and there is an error message.

Does anyone have any idea on what plugin or how to clone this?
I want to clone the whole thing including the WP Theme, Images, Plugin, Pages and Post.

I really appreciate your suggestion.

Thank You.

Edit: It's a WordPress site
 
Another vote for WP duplicator. Easy as pie.
 
1. Copy the entire DIR to the new location
2. Open up phpMyAdmin and do a full export of the sites DB
3. Click on MySQLDB wizard and create a new account with full rights.
4. Go back to phpMyAdmin and import the account/DB you just created
5. Open up wp-config.php in the root of the directory and update the user ID, PASS etc to the new account you created in step 3.

And then there's the easy and free manual method. This is the easiest step-by-step guide for a process that seems difficult if you haven't done it.

No need to buy or share a product when you can follow a few steps and do it in about 5 minutes.
 
Back
Top