Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-16493

Some phpBB htaccess files are using old syntax

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Duplicate
    • 3.2.9
    • None
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: