Closed fatcrobat closed 9 years ago
Old:
order deny,allow allow from all
New:
<IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </IfModule>
Thanks :)
Fixed in 1f0fdf1.
Old:
New:
Thanks :)