Answer the question
In order to leave comments, you need to log in
Direct links not working without # in angular.js"?
app.config(function($routeProvider, $locationProvider) {
$routeProvider
.when('/', {
templateUrl:'/tpl/1.html'
})
.when('/page2', {
templateUrl:'/tpl/2.html'
})
.otherwise({
redirectTo:'/'
});
$locationProvider.html5Mode(true);
});
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [L]
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question