Force file to download with .htaccess
问题 So I am using the following rule in the htaccess: AddType SCHM wsc <FilesMatch "\.(wsc)$"> ForceType SCHM Header set Content-Disposition attachment </FilesMatch> But when I go to the file's location it doesn't force the download 回答1: Since the question is already answered in the comments, this is just to provide an answer in the way how Stackoverflow designated it. Like in the question it can be solved by using mod_headers of Apache 2 . Since Content-Disposition is not part of the standard of