[RESOLU] authentification web

Fini

<VirtualHost :80>
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.
) https://%{SERVER_NAME}/$1 [L,R]

a2enmod rewrite

is good thx