Invalid command ‘Header’, perhaps misspelled or defined by a module not included in the server configuration
So I had an old script that created the .htaccess file for a folder that I wanted to force all files to download instead of rendering, or processing however they normally would. The script for that file can be done in any language, but the .htaccess contents are as follows ForceType application/octet-stream Header set Content-Disposition attachment It’s pretty self explanatory. Notice the Files *.* part. That means any file. You can...
Read More