From 05d9a5ddf8b8e4f557d812c071d1a3166ca029ea Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 29 Dec 2024 12:54:50 +0100 Subject: Fix access to manifest (#7158) * Fix access to manifest fix https://github.com/FreshRSS/FreshRSS/issues/7157 * Casing --- p/.htaccess | 1 + p/themes/.htaccess | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'p') diff --git a/p/.htaccess b/p/.htaccess index 69e50e065..d8c3e8486 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -1,6 +1,7 @@ # If you need custom .htaccess rules, instead of modifying this file, # create one in `./i/.htaccess` (in particular for access control such as HTTP Basic Auth), # or in `../.htaccess` for other more general rules. +# See also `../.htaccess.dist` if you cannot set Apache `DocumentRoot` to here (`FreshRSS/p/`) as recommended DirectoryIndex index.php index.html diff --git a/p/themes/.htaccess b/p/themes/.htaccess index 42732cd38..b38c085e8 100644 --- a/p/themes/.htaccess +++ b/p/themes/.htaccess @@ -1,6 +1,6 @@ # Deny files without extension or with specific extensions - + Require all denied -- cgit v1.2.3