tp5 重定向缺少index.php报错(No input file specified)

入口文件public目录下htaccess文件下,如下修改


Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]

你可能感兴趣的:(tp5 重定向缺少index.php报错(No input file specified))