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]

هل كانت المقالة مفيدة ؟ 1 أعضاء وجدوا هذه المقالة مفيدة (27 التصويتات)