Skip to content

Commit

Permalink
Fixes #627
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Terentev committed Jul 21, 2018
1 parent 7964b93 commit 11fc1e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/web/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

0 comments on commit 11fc1e2

Please sign in to comment.