domain

How to Install an SSL on Your Domain Using AutoSSL in cPanel

cPanel can automatically install an SSL on your domain within a few hours. However, even after 24 hours, if an SSL is not installed on your domain, first check the last log of the AutoSSL from cPanel > SSL/TLS Status > Certificate Status. If it shows any errors, try to fix them or open a ticket with us. If it does not show errors, it means AutoSSL did not automatically include your domain. It will help if you force cPanel to run an AutoSSL on your domain and install an SSL Certificate. You can run AutoSSL on your domain in the following way: Log in to your cPanel account. In the Security section, click on SSL/TLS Status. Click on Run AutoSSL. It should show a success or error message. If it shows a success message, the SSL will be automatically installed on your domain within the next few hours. If

Related: autossl, cpanel, domain, ssl, tls


August 28, 2023

How to Set the PHP Version per Domain in cPanel

Do you have multiple domains and want to set the PHP version per domain? You can set PHP 7.0 on the Example2 domain and PHP 8.1 on Example1. You can do this in cPanel. Log in to your cPanel account. In the Software section, click on MultiPHP Manager. Scroll down to the bottom of the page. Select your domain from the left side of the screen. You can view the PHP Version from the drop-down menu on the right. Please, select the appropriate PHP version from it and click on Apply. Now you want to set PHP 7.0 on Example2. Scroll down and select the example2 domain. Then set the PHP version to 7.0. Congratulations, both of your domains are now using different PHP versions.


August 28, 2023

How to Update the DNS Nameservers at 123-Reg

You can find our nameservers in your hosting welcome email. You need to update your domain nameservers to our nameservers. If your domain is registered on 123-Reg, you should follow this tutorial to update your domain’s Nameservers. Open the 123-reg.co.uk website and click on Control Panel. It will show you a login form. Enter the username and password of your 123-reg account and click on Log-in. After a successful login, select the appropriate domain from the drop-down list and then click on Manage. Scroll down to the Advanced domain settings and click on Change Nameservers (DNS). Enter your nameservers in the text fields and click on Update. You will see a success message. Note: It may take anywhere from 12 to 24 hours for the changes to take effect worldwide.


August 28, 2023

How to Change the PHP Version on Your Domain in cPanel

Some software requires a different version of PHP. You can switch the PHP versions using cPanel. Log in to your cPanel account. In the Software section, click on MultiPHP Manager. Scroll down to the bottom of the page. Select your domain from the left side of the screen. You can view the PHP Version from the drop-down menu on the right. Please, select the appropriate PHP version from it and click on Apply. Changing the PHP version to your selected version takes a few seconds.


August 28, 2023

How to Redirect a Page to Another Page or Website Using htaccess

If a page on your website no longer exists and you want to redirect it to a new page or website, you can use the dot htaccess file to redirect visitors. Redirect from a page/directory to another domain or the main domain: Redirect from a specific page to a domain: RewriteEngine on Redirect 301 /mypage.html http://example.com Redirect from one page to another page: #Redirect from a page/directory to another page Redirect 301 /oldpage.html /newpage.html Whenever you open a URL such as example.com/oldpage.html, it will redirect you to example.com/newpage.html.

Related: domain, redirects


August 28, 2023