Skip to content

Instantly share code, notes, and snippets.

@joduplessis
Created August 11, 2019 16:51
Show Gist options
  • Save joduplessis/494ed6d24c73a5063631c67959875c47 to your computer and use it in GitHub Desktop.
Save joduplessis/494ed6d24c73a5063631c67959875c47 to your computer and use it in GitHub Desktop.
Angular .htaccess file
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment