工作,我用下面的命令路由不laravel 4
composer create-project laravel/laravel --prefer-dist
安裝Laravel,一切都很好,當我打開/ root
。我看到「你已經到了。」頁面,但我不能做任何路線。當我寫下面的簡單路線時,我看到頁面未找到錯誤。
Route::get('hello', function() {
return 'Hello World';
});
錯誤:
Not Found
The requested URL /afifnet/public/hello was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80 please help me.
'/ afifnet/public /'是您網站的根? – RMcLeod
公用文件夾中是否存在.htaccess?答案是肯定的,所以'mod_rewrite'已經在你的Apache上了? (如果您使用的是Apache) –
可能的mod_rewrite沒有安裝或啓用。 –