Created
October 27, 2015 19:09
-
-
Save saxenap/709729ec0c403910187c to your computer and use it in GitHub Desktop.
Set ContentType header to Text/Plain from Apache to prettify output.
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
<If "%{QUERY_STRING} =~ /(prettyprint|pretty|displaycode)/"> | |
Header set Content-Type text/plain | |
</If> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment