diff --git a/_.htaccess b/_.htaccess
index 2ddfe42613adabe12b90ede45670919ceac8898d..cd93e8f6dcd83ea961bd21e4c173ffacbb0246ce 100644
--- a/_.htaccess
+++ b/_.htaccess
@@ -52,38 +52,38 @@
 
 	# Compress all output labeled with one of the following media types
 	<IfModule mod_filter.c>
-		AddOutputFilterByType DEFLATE "application/atom+xml" \
-			"application/javascript" \
-			"application/json" \
-			"application/ld+json" \
-			"application/manifest+json" \
-			"application/rdf+xml" \
-			"application/rss+xml" \
-			"application/schema+json" \
-			"application/vnd.geo+json" \
-			"application/vnd.ms-fontobject" \
-			"application/x-font-ttf" \
-			"application/x-javascript" \
-			"application/x-web-app-manifest+json" \
-			"application/xhtml+xml" \
-			"application/xml" \
-			"font/eot" \
-			"font/opentype" \
-			"image/bmp" \
-			"image/svg+xml" \
-			"image/vnd.microsoft.icon" \
-			"image/x-icon" \
-			"text/cache-manifest" \
-			"text/css" \
-			"text/html" \
-			"text/javascript" \
-			"text/plain" \
-			"text/vcard" \
-			"text/vnd.rim.location.xloc" \
-			"text/vtt" \
-			"text/x-component" \
-			"text/x-cross-domain-policy" \
-			"text/xml"
+		AddOutputFilterByType DEFLATE application/atom+xml \
+			application/javascript \
+			application/json \
+			application/ld+json \
+			application/manifest+json \
+			application/rdf+xml \
+			application/rss+xml \
+			application/schema+json \
+			application/vnd.geo+json \
+			application/vnd.ms-fontobject \
+			application/x-font-ttf \
+			application/x-javascript \
+			application/x-web-app-manifest+json \
+			application/xhtml+xml \
+			application/xml \
+			font/eot \
+			font/opentype \
+			image/bmp \
+			image/svg+xml \
+			image/vnd.microsoft.icon \
+			image/x-icon \
+			text/cache-manifest \
+			text/css \
+			text/html \
+			text/javascript \
+			text/plain \
+			text/vcard \
+			text/vnd.rim.location.xloc \
+			text/vtt \
+			text/x-component \
+			text/x-cross-domain-policy \
+			text/xml
 	</IfModule>
 
 	<IfModule mod_mime.c>
@@ -91,7 +91,7 @@
 	</IfModule>
 </IfModule>
 
-### End: Compression via TYPO3 ###
+### End: Compression ###
 
 
 
@@ -155,7 +155,7 @@
 
 </IfModule>
 
-### End: Browser caching of ressource files ###
+### End: Browser caching of resource files ###
 
 
 ### Begin: MIME types ###