I had the same issue locally, I tried everything above. After a while I realised how the vhost is setup for the application the .htaccess is not enabled.
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Adding these lines, helped me a lot and resolved my issue.