Update .htaccess to block access to SQLite databases.

Created on 21 February 2009, about 16 years ago
Updated 6 December 2024, 4 months ago

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)$">

✨ Feature request
Status

Closed: won't fix

Version

7.0 ⚰️

Component

file system

Created by

πŸ‡¨πŸ‡¦Canada wildtang3nt

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024