6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14193] allow and deny directives in .htaccess broken
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.\ /.___.. ..__ [__] >< _/ | || \ | |/ \./__.|__||__/
Comment
> The directives Allow from, Deny from, Order ... provided by the > apache module mod_access_compat have been deprecated. > > In newer apache installations the mod_authz_* modules are used > instead by default and the provided .htaccess files of horde leads in > an error 500 (eg. invalid command "allow") > > So all .htaccess files of horde and horde-applications should look like this: > > In case of "Allow from all": > <IfModule !mod_access_compat.c> > Require all granted > </IfModule> > <IfModule mod_access_compat.c> > Allow from all > </IfModule> > > In case of "Deny from all": > <IfModule !mod_access_compat.c> > Require all denied > </IfModule> > <IfModule mod_access_compat.c> > Deny from all > </IfModule> > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers