Skip to content
Snippets Groups Projects
Commit f74baad8 authored by Christoph Groth's avatar Christoph Groth
Browse files

do not treat Python files as CGI scripts

parent ea2e0b59
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@ AddType image/svg+xml svg svgz
AddEncoding gzip svgz
</IfModule>
# Do not treat Python files as CGI scripts.
<FilesMatch \.py$>
SetHandler default-handler
</FilesMatch>
RewriteEngine on
# We don't need more than that.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment