Commit 3fdeeff1 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Allow us to use INCLUDES on files with multiple extensions, and use

FilesMatch instead of Files ~.
Submitted by:	Joshua Slive <slive@finance.commerce.ubc.ca>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88074 13f79535-47bb-0310-9956-ffa450edef68
parent e25ac2aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -752,9 +752,9 @@ AddType application/x-tar .tgz
#
# To use server-parsed HTML files
#
#<Files ~ "\.shtml$">
#<FilesMatch "\.shtml[.$]">
#    SetOutputFilter INCLUDES
#</Files>
#</FilesMatch>

#
# Uncomment the following line to enable Apache's send-asis HTTP file