by admin | Dec 29, 2017 | cPanel
You can redirect all of the requests for www.yourdomain.com domain to yourdomain.com by modifying your website’s .htaccess file. You have to add the following lines in the beginning of the file so that the redirection is properly set up: RewriteEngine On...
by admin | Dec 29, 2017 | cPanel
There are some specific situations when you want to redirect the particular website to be opened through HTTP instead of HTTPS. To do so you can add the following directives to your website’s .htaccess file: # Redirect HTTPS to HTTP RewriteCond...