Re: [fw-general] Controller problem 0.8.0

2007-05-17 Thread depace

hello guys

i got another problem with isapi_rewrite..

i have a rule to redirect everything to index.php file..  this works fine..
but when i pass on a query string.. it gives 404 error

[ISAPI_Rewrite]

RepeatLimit 20
RewriteRule ^[\w/\%]*(?:\.(?!(?:js|ico|gif|jpg|png|css|swf)$)[\w\%]*$)?
/index.php [I]


Re: [fw-general] Controller problem 0.8.0

2007-03-14 Thread depace

umm

thankx guys..

i found out one solution...

i just added unset($_SERVER['REQUEST_URI']);
in the index.php file.. and things work kul in IIS...


Re: [fw-general] Controller problem 0.8.0

2007-03-13 Thread Thomas Wiedmann

Try to use some other controller names like controller1/action1 instead
controller_1/action_1 .
Maybe the undersorce is the problem.


depace wrote:
 
 
 for example even if i type http://host/controller_1/action_1/ ... only the
 default controller is called  :-(
 
 can somebody please tell me what mistakes i have done here...
 
 

-- 
View this message in context: 
http://www.nabble.com/Controller-problem-0.8.0-tf3390287s16154.html#a9450143
Sent from the Zend Framework mailing list archive at Nabble.com.