Closed profnandaa closed 9 years ago
Done.
Added the following line on .htaccess to force redirection to https://
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
src: stackoverflow
Done.
Added the following line on .htaccess to force redirection to https://
src: stackoverflow