File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
- Options +SymLinksIfOwnerMatch -Indexes
2
-
3
1
<Files *.php >
4
2
Order Deny ,Allow
5
3
Deny from all
@@ -65,8 +63,8 @@ RewriteRule ^ index.php [L]
65
63
Header set Cache-Control "max-age=2592000 "
66
64
</FilesMatch >
67
65
68
- <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$" >
69
- Header set Cache-Control "max-age=2592000 "
66
+ <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$" >
67
+ Header set Cache-Control "max-age=2592000 "
70
68
</FilesMatch >
71
69
72
70
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$" >
Original file line number Diff line number Diff line change 1
- #Options +SymLinksIfOwnerMatch -Indexes
2
-
3
1
<IfModule dir_module >
4
2
DirectoryIndex index.php
5
3
</IfModule >
Original file line number Diff line number Diff line change 1
- Options +SymLinksIfOwnerMatch -Indexes
1
+ # Options +SymLinksIfOwnerMatch -Indexes
2
2
3
3
<Files *.php >
4
4
Order Deny ,Allow
You can’t perform that action at this time.
0 commit comments