catchAllRequest

Hi,

I seem to have a problem getting catchAllRequest to work.

I have put it in my main.php config file as followed.

‘catchAllRequest’=>array(‘site/maintenance’),

And nothing happens.

It keeps loading any page I try to load but not that specific one.

If i remove the array and put simply exit, it works but if I put the array even with a controller that doesn’t exit, no error happens or page is displayed.

Anyone got a clue?

Nevermind, I put it in the wrong place. lol.