First thing to do is enable the mod rewrite on wamp go to Apache modules and scroll down the list
If not showing tick enable it and then restart all servers.
Linux users can also use below terminal command to enable rewrite module
sudo a2enmod rewrite
Then restart apache using:
sudo service...