SSL Redirects

  10:19 pm  htaccess
# redirect to ssl
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mine.ca/$1 [R,L]
Reply
Share a link to this topic
close

Be the first one to reply