Deprecated: Use of MediaWiki\Parser\ParserOutput::getText was deprecated in MediaWiki 1.42. [Called from SMW\MediaWiki\Hooks\OutputPageParserOutput::getParserOutput in /home/jltryoen/www/MediaWiki/extensions/SemanticMediaWiki/src/MediaWiki/Hooks/OutputPageParserOutput.php at line 161] in /home/jltryoen/www/MediaWiki/includes/debug/MWDebug.php on line 386
Htaccess — La FAQ de JLT

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]