I want to redirect from any direction to our site with HTTPS protocol, but some redirects it\'s not working. I want this:
http://www.site.co
Just put the following in the .htaccess file
.htaccess
RewriteEngine on RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]