Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 813b71e

Browse files
Br3uxigames647
authored andcommitted
Add IfModule to .htaccess (#4)
1 parent a190646 commit 813b71e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/img/.htaccess

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<FilesMatch "\.(jpg|jpeg|jpe|gif|png|tif|tiff)$">
77
Order Deny,Allow
88
Allow from all
9-
Header append Cache-Control "public"
10-
</FilesMatch>
9+
<IfModule mod_headers.c>
10+
Header append Cache-Control "public"
11+
</IfModule>
12+
</FilesMatch>

0 commit comments

Comments
 (0)