- πΊπΈUnited States ethomas08 SF Bay Area
Patch for drupal core 7.103 release
The .htaccess file should be updated to disallow access to the database files used by SQLite (*.db3 files).
Change line 6 of .htaccess from
<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
to
<FilesMatch "\.(.*db3|engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Closed: won't fix
7.0 β°οΈ
file system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch for drupal core 7.103 release