1

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.
4

0 回答 0