aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.htaccess.dist
Commit message (Collapse)AuthorAge
* Fix access to manifest (#7158)Alexandre Alapetite2024-12-29
| | | | | | * Fix access to manifest fix https://github.com/FreshRSS/FreshRSS/issues/7157 * Casing
* Rework Apache deny access outside p (#7008)Alexandre Alapetite2024-11-19
| | | | | | | | | | | | | | | * Rework Apache deny access outside p The deny rules introduced by https://github.com/FreshRSS/FreshRSS/pull/6881 gave problems for API access. See also https://github.com/FreshRSS/FreshRSS/discussions/6879 * Fix scope of deny logic * Fix scope of deny logic * Allow .txt For e.g. `robots.txt`
* Apache allow OIDC (#6893)Alexandre Alapetite2024-10-13
| | | | fix https://github.com/FreshRSS/FreshRSS/issues/6890 Fix regression from https://github.com/FreshRSS/FreshRSS/pull/6881
* Apache protect more non-public folders and files (#6881)Alexandre Alapetite2024-10-11
* Apache protect more non-public folders * Also protect root * Do the same for /p/ * Simplify Require all denied In case of Apache 2.2, it will just make an error 500 instead of 403 * .htaccess.dist * Simplify * Better comment