From 33cdfbb309c61167cf1c81273eb242f94ca8f996 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 27 Dec 2024 21:32:44 +0100 Subject: Hint .htaccess (#7153) https://github.com/FreshRSS/FreshRSS/discussions/7145 --- p/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'p') diff --git a/p/.htaccess b/p/.htaccess index 70bc34710..69e50e065 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -1,3 +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. + DirectoryIndex index.php index.html -- cgit v1.2.3