﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
923	Apache 2.4 und htaccess	Volker Strähle	somebody	"http://www.modified-shop.org/forum/index.php?topic=35120.msg320853;topicseen#msg320853

Der Vorschlag in o. g. Thread ist meiner Meinung nach gut:

{{{
<IfModule mod_authz_core.c>
        # Apache 2.4
        <RequireAll>
            Require all granted
        </RequireAll>
    </IfModule>
    <IfModule !mod_authz_core.c>
        # Apache 2.2
        Order allow,deny
        Allow from all
    </IfModule>

}}}
"	Bug/Fehler	new	niedrig	modified-shop-2.0.1.0	Shop	2.0.0.0					
