From f4d12bf72a943d6a8965f21a11eefbb05d2a5483 Mon Sep 17 00:00:00 2001 From: Eole Date: Wed, 27 Apr 2016 22:52:25 +0200 Subject: Add Documentation --- server/doc/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/doc/.htaccess (limited to 'server/doc/.htaccess') diff --git a/server/doc/.htaccess b/server/doc/.htaccess new file mode 100644 index 0000000..7b01f9b --- /dev/null +++ b/server/doc/.htaccess @@ -0,0 +1,5 @@ +# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt + + RemoveHandler .php + ForceType text/plain + \ No newline at end of file -- cgit v1.2.3