Not Found The requested url path was not fund on this server
更新:HHH   时间:2023-1-7




解决1: .htaccess

<IfModule rewrite_module>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>

返回web开发教程...