Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

File not found. #457

Closed Modelizer closed 9 years ago

Modelizer commented 10 years ago

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.

ghost commented 10 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.