我搭建的 laravel 不能路由是怎么回事,新搭建了一个 laravel 框架网站,只有/index. PHP /routes 才有用,直接访问没用
資深大佬 : proxytoworld 21
路由代码
Route::get('/blog/post/149838', function ($post_id) { return $post_id; });
访问 site/index.php/blog/post/1 能出结果,访问 site/blog/post/1 由 apache 返回 404
apache 设置 000-default-le-ssl.conf
ServerAdmin [email protected] DocumentRoot /var/www/blog/public Servername site
是我哪里没设置好吗,求解答
大佬有話說 (4)