Skip to content

Commit

Permalink
update htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexxmao committed Aug 31, 2023
1 parent b8fb4ae commit 18aafb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
RewriteEngine On

# Handle Front Controller...

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteRule ^ index.php [L]

0 comments on commit 18aafb6

Please sign in to comment.