ToroPHP5 .htaccess Cpanel错误:未指定输入文件

时间:2013-05-31 10:21:12

标签: php .htaccess input rewrite cpanel

htaccess和框架ToroPHP5

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ /index.php/$1 [L]

这是我的php配置:

https://dl.dropboxusercontent.com/u/2561075/info.pdf

当我尝试访问某条路径时:

http://domain.com/db

出现此错误:

No input file specified.

0 个答案:

没有答案