Advertisement
brunowebmaster

Untitled

Oct 10th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
  3. RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
  4. RewriteRule ^ - [L]
  5.  
  6. # Fallback all other routes to index.html
  7. RewriteRule ^ /build/index.html [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement