php - URL not found error in laravel4 -


I've added it to my routes

  Root :: find ('account / create ', Array (' as '=' gtc: 'account-creation', 'usage' = & gt; 'AccountController @ makeGet'));  

Then when I go to make public / account /, I did not find this server error while making a requested url / webprobe / public / account /. Then when I did it work on my /webproj/server.php

You have some problems:

1) If you still have your URL If you need to use / public> , then the correct form is:

  http: // server / project / public / index.fp / account / create < / Code> 

2) You should not use / public> , so you must configure your webserver virtual host correctly to / public Point to your URL so that you

 

3) Can not access /webproj/server.php as http: // server / project / account / create

And it should not be used, Laravel needs to run only

  php artisan serve  

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -