Skip to content

Commit

Permalink
update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefomar724 committed Jul 17, 2022
1 parent 49dfe33 commit 1d85352
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]

</IfModule>
RewriteEngine On RewriteRule ^$ http://127.0.0.1:3000/ [P,L] RewriteCond
%{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$
http://127.0.0.1:3000/$1 [P,L]
</IfModule>

1 comment on commit 1d85352

@vercel
Copy link

@vercel vercel bot commented on 1d85352 Jul 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.