Skip to content

Commit

Permalink
update the (disabled) SSI for better windows compatibility. fixes #628.…
Browse files Browse the repository at this point in the history
… code from @AldoMX.
  • Loading branch information
paulirish committed Jul 31, 2011
1 parent 9a6433f commit a36c13a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .htaccess
Expand Up @@ -114,11 +114,16 @@ AddType text/x-vcard vcf
# concatenate and minify them manually.
# Disabled by default.

# <FilesMatch "\.combined\.(js|css)$">
# Options +Includes
# SetOutputFilter INCLUDES
# </FilesMatch>

#<FilesMatch "\.combined\.js$">
# Options +Includes
# AddOutputFilterByType INCLUDES application/javascript application/json
# SetOutputFilter INCLUDES
#</FilesMatch>s
#<FilesMatch "\.combined\.css$">
# Options +Includes
# AddOutputFilterByType INCLUDES text/css
# SetOutputFilter INCLUDES
#</FilesMatch>


# ----------------------------------------------------------------------
Expand Down

0 comments on commit a36c13a

Please sign in to comment.