New wordpress uploads are broken

This line was missing from my .htaccess file, and I recovered it from a backup. I don’t know if WP removed it during an upgrade or some other plugin did it, but replacing it fixed the problem:

#uploaded files
RewriteRule ^files/(..+) wp-includes/ms-files.php?file=$1 [L]

Art Smith