Using the following code in your .htaccess file automatically redirects visitors to the HTTPS version of your site:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
If you have an existing .htaccess file:
RewriteEngine On.RewriteCond and RewriteRule immediately follow the already-existing RewriteEngine On.1. Log into your cPanel 2. Navigate to Domains section > Zone Editor menu: 3. Click Manage... Read More
1. Login into your cPanel.2. Move down until you find "Softaculous Apps Installer" Section, then... Read More
Overview The Password Generator feature generates secure passwords, which are difficult for... Read More
To create an email account: To create an email account, follow the steps given below:1.... Read More
1. Login into cPanel. 2. Search for “MultiPHP INI Editor” in searchbar and open it. 3.... Read More