From: bochard Date: Sun, 9 Nov 2025 10:37:18 +0000 (+0800) Subject: remove forbidden access to .htaccess in root X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=f0ee5a08ce5dfbe0948cd6a6264dc1827179103a;p=mysite.git remove forbidden access to .htaccess in root --- diff --git a/.htaccess b/.htaccess index d7c29d1..cd50fa4 100644 --- a/.htaccess +++ b/.htaccess @@ -5,9 +5,9 @@ RewriteCond %{HTTP_HOST} ^bochard\.net [NC] RewriteRule ^(.*)$ http://www.bochard.net/$1 [R=301,L] #Forbidden access to .htaccess - - Require all denied - +# +# Require all denied +# #Forbidden access to old directories RewriteRule ^journal/ - [F,L]