contrib/collection3/bin/.htaccess: s/SetHandler/AddHandler/
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 5 Mar 2009 07:57:29 +0000 (08:57 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 5 Mar 2009 07:57:29 +0000 (08:57 +0100)
SetHandler doesn't accept a file extension.

contrib/collection3/bin/.htaccess

index ba5987b..1695f50 100644 (file)
@@ -1,2 +1,2 @@
 Options +ExecCGI
-SetHandler cgi-script .cgi
+AddHandler cgi-script .cgi