Skip to content

Instantly share code, notes, and snippets.

@styopdev
Created March 15, 2018 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save styopdev/7371497e9721a125e07684b381b70b56 to your computer and use it in GitHub Desktop.
Save styopdev/7371497e9721a125e07684b381b70b56 to your computer and use it in GitHub Desktop.
Angular .htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*) /index.html [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment