From: W. Trevor King Date: Tue, 9 Nov 2010 15:35:47 +0000 (-0500) Subject: Serve source code as text/plain. X-Git-Url: http://git.tremily.us/?p=parallel_computing.git;a=commitdiff_plain;h=5de1348baa1df67e9b3f787482c9ea5db7356046 Serve source code as text/plain. --- diff --git a/.htaccess b/.htaccess index 4f2af75..a78b7c7 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,7 @@ Options +Includes +AddType text/plain .py .c .cpp .h + # See Calvin Smith's "Serving XHTML Correctly Using Apache" # http://protempore.net/~calvins/howto/xhtml-apache/ # for details on the following code, which works around