diff options
| author | 2024-12-27 21:32:44 +0100 | |
|---|---|---|
| committer | 2024-12-27 21:32:44 +0100 | |
| commit | 33cdfbb309c61167cf1c81273eb242f94ca8f996 (patch) | |
| tree | d070d3af2ed31cd32dfee4f70c67f9b338093ae0 /p | |
| parent | ec69fdcb27623027644778aa78d79fdca4f3469d (diff) | |
Hint .htaccess (#7153)
https://github.com/FreshRSS/FreshRSS/discussions/7145
Diffstat (limited to 'p')
| -rw-r--r-- | p/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
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. + <IfModule mod_dir.c> DirectoryIndex index.php index.html </IfModule> |
