We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbae10 commit 184cb86Copy full SHA for 184cb86
python-cgi/README.md
@@ -8,6 +8,6 @@
8
Order allow,deny
9
Allow from all
10
AddHandler cgi-script .py
11
- AddHandler default-handler .html .htm .gif .png .bmp .jpg .jpeg #added support for images
+ AddHandler default-handler .xhtml .html .htm .gif .png .bmp .jpg .svg #added support for images and "xml/html"
12
</Directory>
13
```
0 commit comments