https://github.com/kareemkibue/angular-htaccess
.htaccess required for Angular JS HTML5 Mode, Routing (Pretty URLs)
https://github.com/kareemkibue/angular-htaccess
Last synced: about 2 months ago
JSON representation
.htaccess required for Angular JS HTML5 Mode, Routing (Pretty URLs)
- Host: GitHub
- URL: https://github.com/kareemkibue/angular-htaccess
- Owner: kareemkibue
- Created: 2014-09-16T00:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T00:53:02.000Z (over 10 years ago)
- Last Synced: 2025-01-22T20:51:35.520Z (3 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-htaccess
================.htaccess required for Angular JS HTML5 Mode, Routing (Pretty URLs)
Additional Notes
1. base href="/" goes inside the HEAD tag before importing external (local) stylesheets and script files. Required for deep linking
2. in the module configuration, set html5mode to TRUE i.e. $locationProvider.html5Mode(true).hashPrefix('!');