We all have our names with addresses where people can find us. Similarly, the websites we use have certain names along with their unique addresses, popularly known as their domain names. These domain names help users to find the website and the correct domain name saves your huge marketing costs. Because people remember your website with its domain name and a name that is relevant to your business, attractive, and easy to remember helps reduce domain name marketing effort and expense.
A domain name is among the important facets of a website. To protect your brand online, you need to get trademarked your domain name so that nobody else can use the domain name of your business. If other people will start using the same name in a similar pattern as yours, what will happen? Of course, it will create confusion among users and will impact your business conversion.
If your website is running on Drupal and you are considering changing the domain name of your website due to any marketing reasons, you must peruse this article to know more about the Drupal website domain name change.
Why you change your Drupal website domain name?
Website domain name change might be inevitable for you at times. And it is leaving you all confused and concerned about the lengthy process of changing the website domain name. But FYI, it is painless and easier work, which you can complete in a very short time.
There are umpteen reasons due to which you change your website’s domain name such as some crucial marketing reasons, business and services expansion, or maybe to enter into the international market you need a name that will look more professional and catchier to overseas audiences.
There are myriad websites that changed their domain name when needed, for example, PayPal was X.com, Twitter was twttr.com and the very popular Facebook was thefacebook.com.
How to change your Drupal website domain name?
First of all, choose a new relevant domain name that you wish to register for your website. A name that reflects your business precisely and which is unique and eye-catching. Also, decide the extension for the domain name.
When you are about to transfer your website to the new domain name, don’t forget to check all the links of subpages included. Thereby, after changing the name and transferring the Drupal site, the important links won’t miss out.
Create and compare a sitemap for your current and new domains. It will help you to make sure that all the 301 redirects are working properly. The 301 redirects are crucial for our web page robots scanning. Also, notify Google about the domain name change, so that the new changes won’t impact your ranking in SERPs.
Furthermore, you might be using a lot of external marketing and analytical tools, their configuration is directly connected to your domain name. So, if you are changing the domain name, configuration settings will get changed for these external tools as well. If the external tools are using Google tag manager, creating a copy of the container you are using is a good idea, with the tool configuration for the new domain. Thereby, eventually, you only have to change the container ID and you are all sorted. Also, you will save many scripts and tools’ downtime because of configuration settings changes. You may seek the help of any custom Drupal development agency to help you with that.
One more important factor is to inform all the DNS servers of the new domain name. It might take some time, which is alright. But it should be a properly defined, well-planned process for the smooth execution of a website with the new domain name.
The real work starts from here with Drupal..
After all these contemplation and configuration settings, check the entire code of the Drupal website to find the old domain name because the old name requires to replace by a new one. Verify all the installed modules and update all the files that are responsible for these modules’ settings with the new domain name.
In the case of multisite installation, the user’s files are located in the following directory
olddomain.com/sites/olddomain.com/files
You have to change the module configuration to the following to avoid any future navigation problems
newdomain.com/sites/olddomain.com/files
The traffic is very important. To redirect the traffic from the old domain to the new one, you should add an entry to .htaccess file, which is available in the root folder of the web page. The newly added code will redirect the traffic from the old domain to the new domain.
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdoma$ [OR] RewriteCond %{HTTP_HOST} ^www.staradomena.com$ RewriteRule (.*)$ http://www.nowadomena.com/$1 [R=301,L] </IfModule>
Once you are done with redirects, start re-building the sitemaps. It can be done in different ways according to the module you are using for sitemap creation. If you are using an XML sitemap, you can easily perform this rebuilding task from the module’s configuration option. And as mentioned above, sitemaps are used by the robots scanning of the website, which directly influences the website visibility and search engine ranking.
And finally, clear the Drupal cache. It is an added step that helps the website function smoothly. Cleaning cache can be done in many ways. One of the most popular ways is using the Drush cr command or a manual cleaning in the UI at admin/config/development/performance.
You can also clone your Drupal website to the new domain name….
Dump the database
You can dump the database backup using three distinct methods. Choose anyone that is most suitable for you.
-
By using the export function in PhpMyAdmin
Click on the database name in PhpMyAdmin. You will find different buttons on the top menu, click on the Export button. After that Quick > Go > Save and backup saved on your local computer.
-
Using mysqldump command
In this method, connect to the server using SSH. Change directories to the live Drupal site’s location from the Linux terminal by using the cd command. Afterward, issue the mysqldump command for database dump.
-
Dump the database using Drush
Save the dump file to a location outside of the Drupal website location. Drush cloning makes a database dump and stores it.
Copy the files to the new domain
Now, sync the current Drupal site’s file to the new domain by using the rsync command. It will copy all files to the new Drupal domain.
Create the new database
New Drupal cloned site needs to have a new database as well. If you are using cPanel, click MySQL Databases from the databases section of the home page. And then create a new database, database username, and password. Check the settings in the new database so that no problem will arise in the future once the new domain will be live.
Set the new database and domain details in setting.php file
Now the new database and username, password is all set. So, you can replace the current Drupal site database settings with new cloned site database settings. For that, open the cloned site’s setting.php file with your text editor and replace the old database connections with the new ones.
$databases['default']['default'] = array ( 'database' => 'drup177', 'username' => 'drup177', 'password' => '$password', 'prefix' => 'dr40_', 'host' => 'localhost', 'port' => '3306' )
You have to set your current Drupal site domain name inside the setting.php file and change the setting to the new cloned site’s domain name. In the setting.php file’s $settings[‘trusted_host_patterns’] section, change the existing URL with the new URL.
Import the dump to the new database
After all this, import the database dump by applying the same method as you performed while making the dump.
-
Using PhpMyAdmin
Click on the new database name in your PhpMyAdmin panel and then click on the Import button. Select the database dump file you exported to your local computer and click on the Go button.
-
Using MySQL command line
Import the database dump by using the following command
mysql drup338 < /yourdomainname/public_html/drup177_cloning.sqlhttps://article-realm.com/article/Computers/Software/28104-Changing-Domain-of-your-Drupal-Website-Dont-miss-this-article.html
Reviews
Comments
Most Recent Articles
- Oct 23, 2024 Cost to Build Music Streaming App in 2025 by Anita Shah
- Oct 21, 2024 Blog Topic- How Do Cyber Security Firms Utilize Advanced Technologies to Counter Threats? by securty
- Oct 21, 2024 Unlocking Business Efficiency with AI-Driven Software Development by rskbusiness
- Oct 14, 2024 Node.js Unleashed: A Deep Dive into JavaScript for the Server by Quickway Infosystems
- Oct 9, 2024 What Makes Angular and React Different Mainly? An Analysis of Comparisons by Quickway Infosystems
Most Viewed Articles
- 2823 hits Mit lokaler SEO Suchmaschinenoptimierung auf Platz eins! by BRIGHT DIGITAL
- 2481 hits What Is The Process Of Updating Garmin GPS Maps Free Of Cost? by Henry Ford
- 2019 hits Google Lighthouse- Auditing & Enhancing Shopify Theme Performance by Anuj Sharma
- 1889 hits How to Find Best Deals on www.amazon.com/code? by Patrika Jones
- 1620 hits How to change your Outlook password by larry felice
Popular Articles
In today’s competitive world, one must be knowledgeable about the latest online business that works effectively through seo services....
77514 Views
Are you caught in between seo companies introduced by a friend, researched by you, or advertised by a particular site? If that is the...
33028 Views
Walmart is being sued by a customer alleging racial discrimination. The customer who has filed a lawsuit against the retailer claims that it...
14056 Views
If you have an idea for a new product, you can start by performing a patent search. This will help you decide whether your idea could become the...
11257 Views
Statistics
Members | |
---|---|
Members: | 15673 |
Publishing | |
---|---|
Articles: | 64,357 |
Categories: | 202 |
Online | |
---|---|
Active Users: | 223 |
Members: | 4 |
Guests: | 219 |
Bots: | 10342 |
Visits last 24h (live): | 2178 |
Visits last 24h (bots): | 31856 |