Guest User

Untitled

a guest
Nov 14th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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 ^ /partnerportal/index.html [L]
Add Comment
Please, Sign In to add comment