/
home
/
assocoweys
/
refl
/
wp-content
/
plugins
/
really-simple-ssl
/
testssl
/
serverhttpson
/
Upload File
HOME
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L] </IfModule>