Guest User

Untitled

a guest
Apr 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Alias /app /path/to/angular/build/dir
  2. <Directory /path/to/angular/build/dir >
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule . /a/index.html [L]
  8.  
  9. AllowOverride All
  10. # Order allow,deny
  11. # allow from all
  12. Require all granted
  13. </Directory>
Add Comment
Please, Sign In to add comment