updated htaccess to check for mod_filter (#5980)

* updated htaccess to check for mod_filter

* added mod_deflate check
This commit is contained in:
Neil Lathwood
2017-02-23 23:02:30 +00:00
committed by GitHub
parent 4273b9a727
commit 80093d3934

View File

@@ -4,7 +4,11 @@
Options FollowSymlinks Multiviews
AddType image/svg+xml .svg
AddOutputFilterByType DEFLATE image/svg+xml
<IfModule mod_filter.c>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE image/svg+xml
</IfModule>
</IfModule>
RewriteEngine on
RewriteBase /