Index of /

      Name                                                                   Last modified      Size  Description
env.php 24-Apr-2021 19:25 32 env.sh 24-Apr-2021 19:11 63

Redirect to SSL on lesCigales.ORG

Create a .htaccess like the following:


RewriteEngine On
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]