.htaccess

Interdire le parcours des répertoires

ajouter au fichier  .htaccess

Options -Indexes

Redirection suivant le referrer

RewriteCond %{HTTP_REFERER} !^http://www.jltryoen.fr/.*
RewriteRule .* /joom_3.x/index.php [L]


Redirection du https vers http

RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]