mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-01 13:07:43 -05:00
* Update .htaccess * Update htaccess for apache2.4 * Update htaccess for apache2.4 * Update htaccess for apache2.4
12 lines
174 B
ApacheConf
12 lines
174 B
ApacheConf
# Apache 2.2
|
|
<IfModule !mod_authz_core.c>
|
|
Order Allow,Deny
|
|
Deny from all
|
|
Satisfy all
|
|
</IfModule>
|
|
|
|
# Apache 2.4
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|