Created
May 11, 2020 16:15
-
-
Save PJZ9n/93805ef83b776f77208008eff5a6d08f to your computer and use it in GitHub Desktop.
pharを勝手にPHPとして解釈させない
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Header set Content-Disposition attachment | |
RemoveType .phar | |
RemoveHandler .phar | |
<FilesMatch \.phar$> | |
SetHandler text/plain | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment