]> granicus.if.org Git - apache/commitdiff
Replace my horribly stupid regular expression with a slightly less stupid
authorJoshua Slive <slive@apache.org>
Thu, 15 Feb 2001 00:57:17 +0000 (00:57 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 15 Feb 2001 00:57:17 +0000 (00:57 +0000)
one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88171 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf

index 0b89625e095a77f5f726a2decffbcd17e1e2cf5a..68c27b422415d73513fd4e3163e23292ec2fcbe5 100644 (file)
@@ -752,7 +752,7 @@ AddType application/x-tar .tgz
 #
 # To use server-parsed HTML files
 #
-#<FilesMatch "\.shtml[.$]">
+#<FilesMatch "\.shtml(\.|$)">
 #    SetOutputFilter INCLUDES
 #</FilesMatch>