use the inheritance environment laragon
access any page is 404
add
fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
these four sentences, Access denied.
so set cgi.fix_pathinfo = 1
error 404 Page Not Found in php.ini
Baidu has Googled a lot, but no solution has been found yet. I hope you can help me
.problem description
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)