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

wKioL1X4KaawBZzsAABpNOI1h1o291.jpg


解决1: .htaccess

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

你可能感兴趣的:(PHP,rewrite,found,not)