Sid Gifari File Manager
🏠 Root
/
home2
/
nuveprin
/
www
/
wp-content
/
plugins
/
really-simple-ssl
/
testssl
/
serverhttpxproto
/
Editing: .htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:X-Proto} !SSL RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L] </IfModule>
Save
Cancel