定义路由
Route::rule('abc','index/index/abc','get');
访问
http://localhost/thinkPHP5.0/public/abc
结果
Not Found
The requested URL /thinkPHP5.0/public/abc was not found on this server.
Apache/2.4.29 (Ubuntu) Server at localhost Port 80
在windows上没问题,但是在linux上就404,求教