An open API service indexing awesome lists of open source software.

https://github.com/stemmlerjs/debutante

Debutante band website repo
https://github.com/stemmlerjs/debutante

Last synced: 5 months ago
JSON representation

Debutante band website repo

Awesome Lists containing this project

README

          

## Debutante
debutante.press

### Apache Config
For Angular 1x apps, we need to use the .htaccess file in combination with the `````` tag and AllowHTML5Mode setting.

Ensure to enable the rewrite module in ```httpd.conf```.
```
LoadModule rewrite_module modules/mod_rewrite.so
```

And also set:
```
AllowOverride All
```