Skip to content

Instantly share code, notes, and snippets.

@locopump
Forked from julianpoemp/.angular-htaccess.md
Created October 21, 2022 18:05
Show Gist options
  • Save locopump/786e3d81791e43b345552a286a755573 to your computer and use it in GitHub Desktop.
Save locopump/786e3d81791e43b345552a286a755573 to your computer and use it in GitHub Desktop.
Optimal .htaccess configuration for Angular 12, Angular 11, Angular 10, Angular 9, Angular 8, Angular 7, Angular 6, Angular 5 (and older) app in production incl. fix for the angular browser caching issue.

New generator

I created a new htaccess generator for angular apps that makes it easier for you to create the optimal htaccess file: https://julianpoemp.github.io/ngx-htaccess-generator/

The goal of this generator is to create the optimal .htaccess file for Angular apps easily. By default the generator creates an .htaccess file that solves the route redirection issue. To make it easier for you to I created a kind of interview mode with some questions. As an additional feature the generator supports adding exclusions for example if you have installed a blog in a subdirectory of your web application and more!

The generator 😁: https://julianpoemp.github.io/ngx-htaccess-generator/ The project: https://github.com/julianpoemp/ngx-htaccess-generator Place for issues and bug reports: https://github.com/julianpoemp/ngx-htaccess-generator/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment