Skip to content

Commit 11fc1e2

Browse files
author
Eugene Terentev
committed
Fixes #627
1 parent 7964b93 commit 11fc1e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/web/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine On
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteRule . index.php

0 commit comments

Comments
 (0)