File ".htaccess"

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

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