File ".htaccess"

Full Path: /home/capoeirajd/www/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess
File size: 140 bytes
MIME-type: text/plain
Charset: utf-8

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
</IfModule>