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