Opened 10 years ago
Last modified 10 years ago
#923 closed Bug/Fehler
Apache 2.4 und htaccess — at Version 1
| Reported by: | Volker Strähle | Owned by: | somebody |
|---|---|---|---|
| Priority: | niedrig | Milestone: | modified-shop-2.0.1.0 |
| Component: | Shop | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description (last modified by )
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>
Note:
See TracTickets
for help on using tickets.
