How to change the URL or domain name of your Joomla website

Modify the configuration .php file of your Joomla Installation

  1. Login to your cPanel and then go to the File Manager.
  2. Locate the installation files for your Joomla files.  Search for the root folder of your Joomla installation, then open the CONFIGURATION.PHP file in one of the editing options of the File Manager.
  3. Look for the following setting:

    public $live_site='domain_name.com';

    The "domain_name.com" represents the current setting.  Below the "new_domain.com" represents your new domain name. Replace the text of the current domain name with your new domain name.

    public $live_site='new_domain_name.com';

  4. Once you have completed the change, click on SAVE CHANGES in your editor. 

Change the Database Settings of Your Joomla Installation

  1. Login to your cPanel.
  2. Scroll down to the DATABASES section and click on phpMyAdmin.
  3. Select your Joomla database and then click on EXPORT in the top menu after the database is selected. The exported format will be SQL (e.g. filename.sql)
  4. Save the resulting SQL file to your local hard drive.
  5. Open the SQL file in a TEXT EDITOR (e.g. Notepad.)
  6. Find and Replace all of your old URLs with the new one.  Note: the default keyboard shortcut for "find and replace" is CTRL+H (hold down your control key and click on 'H') - this will bring up the Find and Replace dialog.
  7. Once you have replaced all of the old URLs with your domain name save the SQL file.
  8. Go back to phpMyAdmin and then IMPORT your updated SQL file back in as the SAME Joomla database.

This completes the steps necessary to change the domain name for your Joomla website.  Remember that the changes for the database might not be necessary as it depends on how you configured your Joomla website. 

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Create a web site with Joomla

How do I create my website with Joomla? Choose a template for your website. Joomla is an...

How to upgrade Joomla

This Joomla knowledgebase article explains how to best upgrade your Joomla install the latest...

Joomla errors? Re-install the latest Joomla Core package

Occasionally, Joomla will have a small hiccup and you can experience 'strange' errors such as the...

Re-set Joomla password steps

Resetting in PhpMyAdmin If you have lost your admin password and you can't log into the...

Copying a Joomla site

How to copy a Joomla site.