Created
November 7, 2016 11:07
-
-
Save bestimmaa/c820ce5333bf7a3d6d6c33e62f9cc240 to your computer and use it in GitHub Desktop.
How to add Content/Type header to file without extension on Apache2
This file contains 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
<Files "FILENAME"> | |
ForceType application/json | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment