Skip to content

Commit

Permalink
.htaccess update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kurosz committed Jul 27, 2020
1 parent 5c2f55b commit 3f754c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{REQUEST_URI} ^/$
Rewriterule ^(.*)$ /app/index.html [L,R=301]

RewriteRule ^(app) - [L]

# Determine the RewriteBase automatically and set it as environment variable.
Expand Down

0 comments on commit 3f754c7

Please sign in to comment.