Keep Whois Records Updated
The domain registrant is the person or entity registering a specific domain name from the domain registrar .
All registrars certified by the Internet Corporation for Assigned Names and Numbers , including GoDaddy, list public domain name registration information on the Whois database. The Whois listing includes registrant and other domain name contact information.
Its vital to keep the Whois record updated and accurately reflecting you or your company as the owner in the Registrant field.
That way if you ever have an issue getting into your account, or getting to your domain, you can prove you own the domain by providing the correct documents to show you are indeed the registrant.
If you need to update your Whois information, it is easy to do.
If youre a GoDaddy customer, heres how you can share access to your products but not to your main account.
Http Redirection In Cloudflare
For all websites and web services using the CloudFlare platform for performance and security, redirecting HTTP to HTTPS is very easy.
CloudFare offers free SSL certificates for its users.
You can easily opt for redirection by following these key steps:
- Sign in to CloudFlare and choose the site for redirection
- Navigate to the respective Page Rules
- Now, tap on Create Page Rule
- Provide the URL
- Now, from the Add a Setting option, choose the Always Use HTTPS option
Lastly, just tap on Save and Deploy and you are done.
Configure Mx Records For Email Delivery
If your domain’s DNS Manager is hosted with Go Daddy, follow the below steps to add MX records for your Domain for email delivery.
The MX values given above are based on the generic configuration information. For a more specific configuration particular for your domain refer to this section in the Admin Control Panel.
You have successfully added MX records for your GoDaddy hosted domain. You can check the MX records with Zoho’s DNS MX Lookup tool.
Don’t Miss: Connecting Godaddy Domain To Squarespace
Editing The Htaccess File For Redirection
First of all, redirection from HTTP to HTTPS involves editing the .htaccess file.
Lets explain all the steps involved in editing the .htaccess file.
Within the .htaccess file, you have all the particular guidelines that tell the server how to react in various cases. Two key directives that you need to focus upon in a .htaccess file are respectively, Redirects and Rewriting URLs.
When it comes to editing .htaccess file, you can use multiple methods. Let us mention a few of them here:
- Do the editing of the file on a computer and then use FTP to upload the file to the server
- Use the Edit option within the FTP to access and edit the .htaccess file remotely
- Use a text editor for .htaccess file editing
- Another widely used method to edit the .htaccess file is to utilize the File Manager in cPanel
Make sure to set the proper permissions to the .htaccess file after uploading. For example, if the web server runs as user www, an unprivileged user, you must make sure the file permissions are set such that any normal user can read it.
Use A Vpn To Access Domain Name Account

To secure your website domain you have to use a virtual private network to access your domain name account. Hackers can easily compromise your valuable data if you have unsecure connections to access your domain name account.
Choose the best VPN, when logging into your domain account. Here is the list of best VPN:
- PureVPN etc.
Read Also: Buy And Sell Domains For Profit
Protect Your Email Address
Take the extra step to safeguard the email address tied to your account.
If someone is able to get into your email, many times they have carte blanche to all your valuable accounts, including your domain name.
It only takes a few clicks to get a password reset and your account is compromised. This is why enabling two-factor on your accounts including your email accounts is so important.
It is also critical to update the password on your email accounts regularly in case one of the email providers is compromised or if you are reusing your passwords in multiple places.
Create An Account To Get Started
If you already have an account created on godaddy.com, it is not necessary to create a new one. Existing customers simply have to log in before choosing a category and getting started with the website editor.
However, if you are a new user, you can create a new account in a few seconds. The fastest way to do so is to log in to your existing Google or Facebook account. GoDaddy will then pull all of the information required and create the account for you.
For those of you that do not have one of these accounts or simply do not want to use them with GoDaddy, it is easy to enter your email address, username, and password to get started. There is a free one-month trial available, and you do not have to enter any credit card details to start making your free website.
Don’t Miss: How To Transfer Squarespace Domain To Godaddy
Manually Install An Ssl Certificate On My Cpanel Hosting
Not the right server type? Go back to the list of installation instructions.
After your certificate request is approved, you can from the SSL manager and install it on your cPanel hosting account.
Required:
Create A Strong Password
You should use a very strong password to protect your website domain. It is recommending to you that never use an easy password for your domain registrar account.
We are using very simple password to remember in our memory like as date of birth, mobile no, employee id, and 123456, which is one of the vital risk to your domain names security.
So, create a strong password for your registrar account and change them on a regular basis .
- The password length should at least 10 characters long.
- The password must have uppercase letters , lowercase letters , numbers , and special character , & , *!).
- is a strong password and standard password
Learn More about How to create a strong password?
Recommended Reading: How Much To Purchase A Domain Name
Is Ssl Only For Ecommerce Sites
It used to be that only websites that handle payments need SSLs. However, SSL encryption protects all information that passes through the browser to the server, including logins and passwords, and even web admin credentials. With Googles announcement of the Not Secure warning, it doesnt matter whether the site takes data. All websites need to use encryption by SSL to ensure secure transfer of information sensitive or not.
Redirect From Http To Https On Godaddy
On GoDaddy, the redirection from http to HTTPS is easily achieved by adding a bit of code into .htaccess file.
We will tell our Apache-based webserver to change all URLs with http:// to https://. Sound complicate but it isnt. Just stick with it
This happens before any code of your site is run.
Always redirect from HTTP to https:
Hot Tip! If you cant see .htaccess file it might be hidden. Here is how to unhide .htacess file.
RewriteEngine On RewriteRule ^$ https://%%
4. Test that this worked by typing http://mydomain.com it should change to https://mydomain.com You are done!
Remember to update the SSL certificate every 90 days, you can just set a reminder in the google calendar and it takes me about 10 minutes to renew the SSL certificate.
Since your site is secure now, why not speed it up, so its lightning-fast
According to Google, if your site loads longer than 3 seconds on mobile, 53% of the users will abandon the site. So make sure your website loads fast!
In this tutorial, Ill show you how to improve your PageSpeed score, so it goes from red to green! By using the W3 Total Cache Plugin and reSmush.it image optimization plugin.
Read Also: How Much Should A Domain Name Cost Per Year
Configure Your Site To Enable Https
Allow the website a few moments to update, and then ensure visiting the HTTPS:// version of your website is possible. If the website loads, congratulations are in order, youve successfully installed your SSL certificate to enable HTTPS.
You must re-direct users from HTTP to HTTPS on the relevant pages where secure information will be submitted. This also means that youll likely need to change the links to those pages to ensure that they are HTTPS rather than HTTP.
If you do wish to ensure that people visiting specific pages will be redirected to HTTPS rather than HTTP, its best to force this on the server-side. You can use the following piece of code at the top of your page. Its in PHP, but you could also use another language:
// Require httpsif
Alternatively, you can also force a redirection through your .htaccess file. The following code is an example that would redirect any user looking at their cart or the checkout page to the HTTPS version if they are not already on it:
RewriteEngine OnRewriteCond % offRewriteRule ^ https://%%
Thats all there is to it. If you have any issues with installing a certification into your GoDaddy account, then please contact the support team. They can assist you further.
Interested in diving deeper into HTTPS and SSL? Browse through some related articles:
Redirect Website To Https Automatically

Technically, visitors will still get the unsecured version of your website when they type your .com into their address bar. In order to make sure their web traffic is protected, we need to redirect your website to the secure version automatically, every time.
This final step requires you to edit your .htaccess file for your website. When it comes to editing this file, any errors could seriously break your website. We do not recommend completing this step on your own if you arent experienced with editing code.
Instead, we recommend that you contact GoDaddy Support and ask an agent to do it for you. GoDaddy Customer Service is available 24/7 and its friendly, knowledgeable agents will have no problem helping you to redirect your website traffic to HTTPS. Simply let your chat or phone agent know that youve recently installed a GoDaddy SSL certificate and would like to redirect your website to the secure version.
Also Check: Gulftel Email Settings
What Else Do I Need To Do To Protect My Website
An SSL certificate encrypts the data being sent through your website, but it doesnt protect your website against being affected by malware or DDoS attacks.
Hacking is a major issue for businesses of all sizes research by Hiscox shows that one UK small business is successfully hacked every 19 seconds and that the average cost of cleaning up after a cyberattack is £25,700.
If you want to protect your website against hackers, consider using a product like GoDaddy Website Security. The standard package protects one site and includes a firewall to guard against hackers, a DV SSL certificate, malware scanning and annual site clean up. The advanced package adds DDoS protection, unlimited clean ups for your site and 25GB of secure backup.
Installing A Free Godaddy Wildcard Ssl Certificate Using Lets Encrypt On Any Sub
For anyone who is trying to set up with a subdomain . You can do it by using a wildcard SSL certificate, luckily Lets Encrypt supports this.
In SSL Generator, in the domains field type: *.yourDomain.com, yourdomain.com Please note the star is super important to include. It tells letsencrypt that you want to include all your subdomains. And if you are using a so-called naked domain , then you need to type that there too. And make sure you select DNS, instead of HTTP.
Then just follow the steps in this video:
Recommended Reading: How Much Do Domains Cost Per Year
Dont Save Password On Browser
It is very bad exercise that we save password on a web browser because we dont want to re-enter the password for next time login. In that case, if your computer or mobile device is ever lost or stolen then attacker will get access to your domain account.
In addition, storing your password will make your account is vulnerable to your roommates, family members, and visitors also.
Ssl Web Hosting: How To Add Https To Your Domain
Cybersecurity is a non-negotiable element of your website. This is true for the sole principle of keeping you and your customers data safe. But security also makes your business look professional and trustworthy.
Google Chrome makes it clear to a user when they visit an unsafe website. The address bar will display Not secure before the domain name, which tells users that their information is vulnerable to being stolen.
But when a website takes its safety seriously by using HTTPS and installing an SSL certificate, Chrome shows a padlock to signify the website has a secure connection.
HTTPS is a pillar of a safe internet experience. It shows your customers youre committed to security and that you care about their data and keeping it private.
An insecure website looks bad to customers, and it can hurt your search engine optimization ranking in relevant searches.
Wondering how to add HTTPS to your domain?
Heres the good news:
Its a simple process.
Some hosting providers, like Bluehost, offer free SSL certificates for dedicated IP addresses. This way, its easy to protect every custom domain and subdomain with HTTPS.
Once you learn how to add HTTPS to your domain, you can secure your information from hackers and increase your customers trust in your business.
Keep reading to learn about:
- What HTTPS and SSL are
- Why you need to use HTTPS
- Setting up HTTPS
- Installing SSL Certificates from third parties
- The best SEO practices for HTTPS
Also Check: How To Access Google Domain