Closed Modelizer closed 9 years ago
I somehow don't think it's related to confide.
Try to create any route, Route::get('test',function(){echo 'test';});
Visit it: http://yoursite.com/test if you also get a file not found error, I bet it's your http server's rewrite rule problem.
After following your all steps twice but still i get error, browser return file not found error. i check my routes its working fine. And its not for one page but its for all, like login, logout etc.