Ngx Htaccess Generator Save

Generator for optimal .htaccess files supporting Angular 16, Angular 15, Angular 14, Angular 13, Angular 12, Angular 11, Angular 10, Angular 9, Angular 8, Angular 7 and less.

Project README

Angular .htaccess generator

The goal of this project is to create an easy-to-use way to create .htaccess files for individual Angular applications. You can find the web-application here: https://julianpoemp.github.io/ngx-htaccess-generator/.

Light mode screenshot

Dark mode screenshot

Why?

Because an Angular app that uses the PathLocationStrategy can't be served on a Apache web server without further configuration. Without a .htaccess file the web server does not know how to handle paths generated by Angular e.g. on reload. That also happens when you try to laod your app's URL directly e.g. www.myapp.test/page1/section1. This would lead to a page not found exception. The solution is an .htaccess file: It redirects the requests to your app's index.html where your app is initialized. After that angular reads the request and outputs the content. With the reloading issue is fixed.

Features

  • Fix for the reloading issue in productive environments
  • Fix of the browser caching issue
  • HTTP to HTTPS redirection
  • Option to add exclusions of subdirectories, e.g. for blogs, API
  • Dark mode
  • Further more

Contributors

Hall of fame for contributors:

Translators

Brasilian Portuguese pt-br regivaldo

Contribution

Feel free to contribute!

  1. Fork this repository.
  2. Make your changes.
  3. Make a pull request to this repository.
  4. I'll check it and if everything is O.K. I'll merge your changes

Development

  1. Go to the folder of the cloned repository via Terminal. Call npm install to install all dependencies.
  2. Call npm start in order to serve this web-application on http://localhost:4200

Translations

You can translate this web application to another language or you found typos? You want to contribute translations? That's pretty cool! :smile: Just do this:

  1. Fork this repository.
  2. Clone it and open the folder src/assets/i18n/.
  3. Duplicate the en.json file and rename it to the new locale.
  4. Open the file and translate all values. Please don't touch the attributes/keys.
  5. Save the file and do a commit & push.
  6. Create a pull request to this repository.
Open Source Agenda is not affiliated with "Ngx Htaccess Generator" Project. README Source: julianpoemp/ngx-htaccess-generator
Stars
78
Open Issues
10
Last Commit
10 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating