how to allow any url

Hi there

I need to accept any url separated by slash sign (/) in default controller/action without entering the controller/name in url:

for example :

myapp/a/b/c/d/e/…

it will go to

myapp/site/index/a/b/c/d/e/…

how to solve it?

thanks in advance.

seems solved:

http://forum.iranphp.org/Thread-گرفتن-هر-نوع-url-از-کاربر