Not Found The requested url path was not fund on this server

2023-05-11,,

解决1: .htaccess

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

《Not Found The requested url path was not fund on this server.doc》

下载本文的Word格式文档,以方便收藏与打印。