File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ writable/uploads/*
6161! writable /uploads /index.html
6262
6363writable /debugbar /*
64- ! writable /debugbar /.gitkeep
64+ ! writable /debugbar /index.html
6565
6666writable /** /* .db
6767writable /** /* .sqlite
Original file line number Diff line number Diff line change 1+ <IfModule authz_core_module >
2+ Require all denied
3+ </IfModule >
4+ <IfModule !authz_core_module >
5+ Deny from all
6+ </IfModule >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > 403 Forbidden</ title >
5+ </ head >
6+ < body >
7+
8+ < p > Directory access is forbidden.</ p >
9+
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > 403 Forbidden</ title >
5+ </ head >
6+ < body >
7+
8+ < p > Directory access is forbidden.</ p >
9+
10+ </ body >
11+ </ html >
You can’t perform that action at this time.
0 commit comments