Skip to content

Commit

Permalink
Fix #399 - Add missing htaccess information
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Oct 19, 2023
1 parent bae5c9d commit afd5ffc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/Configuration/Htaccess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,18 @@ variables (SFC_ROOT, SFC_GZIP) and read the comments carefully.
ForceType text/javascript
# AddType "text/javascript" .gzip
</FilesMatch>
<FilesMatch "\.js\.gz$">
ForceType text/javascript
# AddType "text/javascript" .gzip
</FilesMatch>
<FilesMatch "\.css\.gzip$">
ForceType text/css
# AddType "text/css" .gzip
</FilesMatch>
<FilesMatch "\.css\.gz$">
ForceType text/css
# AddType "text/css" .gzip
</FilesMatch>
<FilesMatch "\.xml\.gzip$">
ForceType text/xml
# AddType "text/xml" .gzip
Expand Down

0 comments on commit afd5ffc

Please sign in to comment.