So I\'ve just upgraded to Laravel 4, and I\'m setting things up on a new server. The default / route works fine, but every other route returns a 404 error. When
/
I forgot to edit the vhosts in httpd.conf. Derp, derp. Added:
AllowOverride All
to each of the site's vhost files, and it worked beautifully. Derp derp.