From: soufiane Date: Mon, 19 Jun 2023 13:15:20 +0000 (+0200) Subject: wait #6055 @0:01 maj htaccess X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;p=sycomore-fondation.git wait #6055 @0:01 maj htaccess --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..17e1aa4 --- /dev/null +++ b/.htaccess @@ -0,0 +1,32 @@ +# BEGIN WordPress +# The directives (lines) between "BEGIN WordPress" and "END WordPress" are +# dynamically generated, and should only be modified via WordPress filters. +# Any changes to the directives between these markers will be overwritten. + +RewriteEngine On +RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] +RewriteBase / +RewriteRule ^index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /index.php [L] + + +# END WordPress + +# Wordfence WAF + + + Require all denied + + + Order deny,allow + Deny from all + + + +# END Wordfence WAF + + +RedirectPermanent /nos-actualites / + \ No newline at end of file