由於Zend的重寫URL對模塊/控制器/動作,它的報告,以圖像來通過爲404影像記錄與Zend框架404
以下是錯誤:
[_requestUri:protected] => /images/Movie/124/thumb/main.png
[_baseUrl:protected] =>
[_basePath:protected] =>
[_pathInfo:protected] => /images/Movie/124/thumb/main.png
[_params:protected] => Array
(
[controller] => images
[action] => Movie
[124] => thumb
[module] => default
)
[_rawBody:protected] =>
[_aliases:protected] => Array
(
)
[_dispatched:protected] => 1
[_module:protected] => default
[_moduleKey:protected] => module
[_controller:protected] => images
[_controllerKey:protected] => controller
[_action:protected] => Movie
[_actionKey:protected] => action
這裏是我的.htaccess
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
我想我需要什麼待辦事項放在某種形象或/設計檢測所以它不是路由到index.php
想法?
他們在公共/圖片 – azz0r 2010-04-30 09:13:22