0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

SOLVED Changing domain

    • IR Basu's Avatar

    SOLVED Changing domain

    Posted 18 years 10 months ago
    • Due to some legal issues I would rather avoid I currently have to look at moving my joomla / rockettheme website to another domain.

      How easy is this to do? How would I go about starting the process?

      Dave
    • Last Edit: 18 years 10 months ago by .
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • It's really very easy, follow these steps:

      1) backup your mysql db using phpmyadmin or something similar
      2) backup your entire website folder. I like to tar.gz the whole thing up on the server to make it easier to move about. tar -cvzf mysite.tar.gz mysite_path/
      3) copy site to new location and extract
      4) create new db on new server
      5) open up joomla's configuration.php in a text editor and edit the paths, domains, db username, db password to reflect the new server.

      that's it.
    • IR Basu's Avatar

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • Thanks Andy, that helps!

      Could explain how to tar.gz in a little more detail? It's not something I've come across but I understand it involves compressing files.
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • yes, it's kinda like a zip file, only with better compression, and it keeps permissions attributes. really only beneficial if you have shell access to the server you host on as it's a server side thing, and not something you would do over FTP.
    • 's Avatar

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • IR Basu's Avatar

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • Ok I've moved all of the files to the new server space from www.advancedmindskills.com , changed the configuration.php file although I'm still referencing the same database as my host hosts it on thier domain it seems as my PHPmyAdmin hostname is mysql8.streamline.net (same as last database and all the information is intact) and I get the following at this address www.mindskillsgroup.com

      I hope I can fix this :'(
    • Last Edit: 18 years 10 months ago by .
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • I think you need to validate that ALL the PATHS are correct in your configuration.php file.
    • IR Basu's Avatar

    Re: SOLVED Changing domain

    Posted 18 years 10 months ago
    • used phpinfo to get the proper paths and all is well ;D

      Thanks Andy!!!!!! :) ;) :D ;D

Time to create page: 0.065 seconds