In .htaccess there is a pipe missing from the FilesMatch directive: \.orig\.save should be \.orig|\.save
There are two instances in the string, the last instance is incorrect.

<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$">
  Order allow,deny
</FilesMatch>

Noticed in versions 7.x, 8.0.x, 8.1.x.

Comments

merlin06’s picture

Issue summary: View changes
merlin06’s picture

Issue summary: View changes
drumm’s picture

Status: Active » Closed (cannot reproduce)

This was fixed at least in 8.2.x.