When I refresh page getting error 404-page not found.
Index file
<base href="/Rushi/sandwichesuk/"/>
App.js
$locationProvider.html5Mode(true);
$routeProvider
.when('/index1', {
templateUrl: 'assets/views/index1.html',
controller: 'index1Controller'
})
this is my .htaccess file
RewriteEngine on
# Don't rewrite files or directories
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Rewrite everything else to index.html to allow html5 state links
RewriteRule ^ Rushi/sandwichesuk/index.html [L]
error: