Skip to content

Commit 9e9125e

Browse files
committed
fixed .htaccess problem: /ei/ and /ei
1 parent 6c8f25d commit 9e9125e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.htaccess

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
33
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"
44

55
Order deny,allow
6-
Deny from all
7-
8-
<Files "./index.html">
96
Allow from all
7+
8+
<Files "./*/">
9+
Deny from all
1010
Satisfy Any
1111
</Files>
1212

13-
<Files "./">
13+
<Files "./index.html">
1414
Allow from all
1515
Satisfy Any
1616
</Files>
1717

18+
1819
<Files "./INSTALL.md">
1920
Allow from all
2021
Satisfy Any

0 commit comments

Comments
 (0)