mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
Forbid access to cache files
This commit is contained in:
parent
0f44076e48
commit
57182b0589
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@ src/mibew/files/avatar/*
|
|||||||
# Do not index cache files
|
# Do not index cache files
|
||||||
src/mibew/cache/*
|
src/mibew/cache/*
|
||||||
!src/mibew/cache/.keep
|
!src/mibew/cache/.keep
|
||||||
|
!src/mibew/cache/.htaccess
|
||||||
|
|
||||||
# Do not index plugins
|
# Do not index plugins
|
||||||
src/mibew/plugins/*
|
src/mibew/plugins/*
|
||||||
|
1
src/mibew/cache/.htaccess
vendored
Normal file
1
src/mibew/cache/.htaccess
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
Deny from all
|
Loading…
Reference in New Issue
Block a user