I made some Angular routes as shown in the code bellow.
app.config(function($routeProvider, $locationProvider, $provide) { $routeProvider .when(\'/\'
I solved it myself.. you always need to make a .htaccess file in the root of your project. Containing the following:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]