diff --git a/.htaccess b/.htaccess old mode 100755 new mode 100644 index 80cc848..f1caf43 --- a/.htaccess +++ b/.htaccess @@ -25,8 +25,8 @@ RewriteEngine on # except for the .well-known folder, which is used for Let's Encrypt and security.txt RewriteRule (^|/)\.(?!well-known\/) index.php [L] -# block text files in the content folder from being accessed directly -RewriteRule ^content/(.*)\.(txt|md|mdown)$ index.php [L] +# block all files in the content folder from being accessed directly +RewriteRule ^content/(.*) index.php [L] # block all files in the site folder from being accessed directly # except for requests to plugin assets files