-
Notifications
You must be signed in to change notification settings - Fork 1
/
.htaccess
47 lines (47 loc) · 814 Bytes
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
DirectoryIndex index.php /index.php
IndexIgnore *
Options -Indexes
<Files .htaccess>
Order Allow,Deny
Deny From All
</Files>
<Files beta-version-install-instructions.txt>
Order Allow,Deny
Deny From All
</Files>
<Files changelog.txt>
Order Allow,Deny
Deny From All
</Files>
<Files dev-version-available-github-only.txt>
Order Allow,Deny
Deny From All
</Files>
<Files gpl-2.0.txt>
Order Allow,Deny
Deny From All
</Files>
<Files how-to-translate-this-plugin.txt>
Order Allow,Deny
Deny From All
</Files>
<Files humans.txt>
Order Allow,Deny
Deny From All
</Files>
<Files keybit.txt>
Order Allow,Deny
Deny From All
</Files>
<Files license.txt>
Order Allow,Deny
Deny From All
</Files>
<Files no-support-gived-on-forum.txt>
Order Allow,Deny
Deny From All
</Files>
<Files readme.txt>
Order Allow,Deny
Deny From All
</Files>