The following error occurred in .htaccess on Apache. This pull request will fix that error.
Apache version: 2.4.48 (Debian) (Docker image php:7.4-apache)
error: Invalid command '+Options', perhaps misspelled or defined by a module not included in the server configuration
-> "+Options" is a mistake of "Options"
error: Illegal option \xe2\x80\x93Indexes
-> "–" is en dash(U+2013), not ascii
The following error occurred in .htaccess on Apache. This pull request will fix that error. Apache version: 2.4.48 (Debian) (Docker image php:7.4-apache)
Invalid command '+Options', perhaps misspelled or defined by a module not included in the server configuration
-> "+Options" is a mistake of "Options"Illegal option \xe2\x80\x93Indexes
-> "–" is en dash(U+2013), not ascii