For Redirection You need to add some in .htaccess file
Follow the steps
Login To Cpanel >> File Manager >> Add File (from the Left hand corner ) >> Type the Name .htaccess >> edit this file and Paste The codes
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- 2 Users Found This Useful