From 5de1348baa1df67e9b3f787482c9ea5db7356046 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 9 Nov 2010 10:35:47 -0500 Subject: [PATCH] Serve source code as text/plain. --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2