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
- Host: GitHub
- URL: https://github.com/stemmlerjs/debutante
- Owner: stemmlerjs
- Created: 2017-10-03T01:27:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T02:41:42.000Z (about 8 years ago)
- Last Synced: 2025-04-12T03:54:54.935Z (about 1 year ago)
- Language: HTML
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```