I've been installing WAMP on a windows machine, then I install laravel framework, make the virtual host configurations and now i work correctly with that virtual host. When i type on the browser http://laravel.dev/ the applications works correctly but when i try to work with other projects on localhost the browser show me the next message:
Not Found
The requested URL / was not found on this server. Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80
FYI when i type this localhost/phpmyadmin/
Works fine.
Any suggestions?