我用laravel制作了一个网站,并将我的域名转发到项目的文件夹中。但是,当我进入网站时,它显示错误: 404 not found the requested / not found on this server
Server.php:
<?php
$uri = urldecode(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
// This file allows us to emulate Apache's "mod_rewrite" functionality from t