easyimages / .htaccess
Surbao's picture
Create .htaccess
b777c1f verified
raw
history blame
101 Bytes
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]