@ -736,6 +736,12 @@ If you have issues with files taking a long time to download, make sure you reco
RewriteRule ^([^/.]+)/?$ user.php?$1 [L]
RewriteRule ^(tests|.git) - [F,L,NC]
</Directory>
AddType application/font-woff .woff .woff2
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType application/font-woff "access plus 1 month"
</IfModule>
</pre>
<h3>Nginx</h3>
Nginx doesn't support .htaccess rules, so you have no other option than to apply the following rules (note that your PHP backend configuration may vary).
@ -791,8 +797,8 @@ If you have issues with files taking a long time to download, make sure you reco