From: bochard Date: Sun, 9 Nov 2025 10:03:30 +0000 (+0800) Subject: test fix for why .htaccess on subfolders still indexing X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=49ebc6e49a5accf250d7ae7cae283037cd38e366;p=mysite.git test fix for why .htaccess on subfolders still indexing --- diff --git a/.htaccess b/.htaccess index d7c29d1..e89a05d 100644 --- a/.htaccess +++ b/.htaccess @@ -10,4 +10,4 @@ RewriteRule ^(.*)$ http://www.bochard.net/$1 [R=301,L] #Forbidden access to old directories -RewriteRule ^journal/ - [F,L] +#RewriteRule ^journal/ - [F,L]