/
home
/
rekodeb
/
photobooth
/
wp-content
/
plugins
/
really-simple-ssl
/
testssl
/
serverport443
/
Upload File
HOME
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{SERVER_PORT} !443 RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L] </IfModule>