• shuvro

    (@shuvromithun)


    Well I am in bluhost
    suppose , I have site name mysite1.com
    I want to copy the same website for different within same hosting .
    like mysite2.com
    like mysite3.com
    ………………….
    will have the same content as mysite1.com . How can I do it in fastest possible way ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • So are you wanting this to be a duplicate site running on an independent domain?

    Thread Starter shuvro

    (@shuvromithun)

    yes , just the title will be different

    The fastest way would be:
    1) Copy all wordpress files from the original folder to the folder that site2.com is assigned to.
    2) Create a new database for your copied site in the “MySQL Databases” icon in cPanel (at this point you may as well create a new username and assign it with full privileges as well).
    3) Then you can use the “Synchronize” tool in phpMyAdmin to copy the content from the old database to the new one (phpMyAdmin > More > Synchronize).
    4) Update the wp_options.siteurl and wp_options.home values in your new database to reflect the new domain name.
    5) Update the wp-config.php file for the new site to make sure it’s connecting to the new database and not the old one.

    At that point, you should be good to go. Bluehost’s support team should be able to help with any snags along the way.

    Thread Starter shuvro

    (@shuvromithun)

    thanks

    Thanks for putting up the instructions Bluehost. I had to step away from my office. Those were going to be my instructions also!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to copy wordpress website wirhin same hosting?’ is closed to new replies.