Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-16493

Some phpBB htaccess files are using old syntax

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 3.2.9
    • None

      The .htaccess files in the cache and files directory contains the following:

      <Files *><Files *> Order Allow,Deny Deny from All</Files>

      In apache 2.4 it should be:

      <Files *><Files *> Require all denied</Files>

      See: phpbb htaccess files

            Unassigned Unassigned
            WelshPaul WelshPaul [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: