There was an error while loading. Please reload this page.
1 parent 088c234 commit 9b4ae9cCopy full SHA for 9b4ae9c
web/.htaccess
@@ -0,0 +1,4 @@
1
+RewriteEngine on
2
+RewriteCond %{REQUEST_FILENAME} !-d
3
+RewriteCond %{REQUEST_FILENAME} !-f
4
+RewriteRule . index.php [L]
0 commit comments