0

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?

  • This question is not laravel related. – peter.babic Jul 21 '14 at 17:48
  • You now are advised to create Virtual Hosts for all your projects even the ones in the www folder. See this http://stackoverflow.com/questions/23665064/project-links-do-not-work-on-wamp-server/23990618#23990618 – RiggsFolly Jul 22 '14 at 11:07
  • Thank you so much RigssFolly, thats right!. I configure a virtualhost to C:\wamp\www and it works correctly. Thanks. – Daniel Fuentes Jul 24 '14 at 16:34

1 Answers1

0

I had the same issue. I just went to the httpd.conf file and checked if the following was correct:

# Virtual hosts
# Include conf/extra/httpd-vhosts.conf
Philip Allgaier
  • 3,505
  • 2
  • 26
  • 53
ivan
  • 16