Angularjs HTML5 mode on doesnt work even after rewriting URLs on server side
In my Angularjs application the '#' was present initially in the URL. So I set the HTML5 mode for the app to true and also made the necessary changes all over the application code for URLs. PFB my code for that. app.config(function($locationProvider){ $locationProvider.html5Mode({ enabled: true, requireBase: false }); }); Now as per this link I made the necessary changes in my configuration file. Those changes are as follows: Options FollowSymLinks RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /$1 [L] The Problem: The application still