-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
There were actually some breaking changes in the .htaccess syntax if you upgrade apache from 2.2 to 2.4. Check this page for a full list.
The most commonly problem is with the access control:
From:
Order deny,allow
Deny from all
To
Require all denied
Metadata
Metadata
Assignees
Labels
No labels