Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
TatankaConCube authored Jan 26, 2024
1 parent 6f5f4bb commit 02d03ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
RewriteEngine on
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "^(.*)/conf_call_sample/build/web/(.*)" "connectycube-flutter-samples/conf_call_sample/build/web/index.html" [L]
RewriteRule ^.*$ /conf_call_sample/build/web/index.html [L]

0 comments on commit 02d03ff

Please sign in to comment.