views:

12

answers:

0

Hello,

I have Zend Framework based application and I need to create combo .js files. So, folders tree is:

/myuser/apps/zfapp_write
/myuser/apps/zfapp_write/combos
/myuser/apps/zfapp

"zfapp_write/combos" folder contain .htaccess file with content like

ErrorDocument 404 /myuser/apps/zfapp/combos/get-combo

Thats why if I'll open link like http://host/myuser/apps/zfapp_write/combos/not_exists_file.js?param1=val&param2=val, I must be rederected to combos/get-combo and $_SERVER variable will contain REDIRECT_QUERY_STRING key.

But Zend Framefork throws exception about controller myuser not exists.