Do more with
<Works>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
<Causes 500>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*)
https://flydata.mobi/$1 [R]
Premium Content
You need an Expert Office subscription to comment.Start Free Trial