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

supress AddDefaultCharset

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.x
    • Other
    • None
    • PHP Environment:
      Database:

      in apache, if there is an

      AddDefaultCharset

      setting (either global or local), it overrides the

      <meta http-equiv="content-type" content="text/html; charset=UTF-8" />

      this may be a problem especially when installing olympus in a subdirectory of an existing site, when there is an AddDefaultCharset setting for the site.
      since olympus already uses a .htaccess file, the solution is very simple:
      add a

      AddDefaultCharset Off

      line to the .htaccess, and everyone will be happy.
      this was/is a problem to many phpbb installation, even with phpbb-2. the problem exists mainly for non-english sites, especially where that language has more than one possible encoding, adding this one line to .htaccess will solve most of them.

            Acyd Burn Meik Sievertsen [X] (Inactive)
            arod-1 arod-1 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: