Hi, I need to build an application with some subdirs, like:
http://localhost/myapp/app1/...
http://localhost/myapp/app2/...
http://localhost/myapp/app3/...
How shoud I need to make mi subdirs inside the Raxan structure? acctualy I have
/myapp
----/raxan
----/views
and this works with:
http://localhost/myapp/...
I need the second directory in the URL
Thanks in advance.