未找到在此服务器上找不到请求的URL / about。 laravel路线

时间:2015-08-26 15:00:28

标签: php laravel laravel-5 wamp wampserver

我说错误

  

未找到

     

在此服务器上找不到请求的URL / about。

我有这条路线

Route::get('/', 'megamitch@index');
Route::get('home', 'megamitch@index');
Route::get('about', 'megamitch@about');
Route::get('loan-products', 'megamitch@loanproducts');
Route::get('careers', 'megamitch@careers');
Route::get('contact', 'megamitch@contact');

如果我做“php artisan route:list”我可以看到那些路线确实存在。我在wamp服务器上运行存在该问题(在实时网络服务器上同样的问题),但是如果我通过“php artisan serve”运行我的应用程序所有页面都可以。任何想法,帮助?

PS:只有这条路线“Route :: get('/','megamitch @ index');”的工作原理。

0 个答案:

没有答案