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.