-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Labels
Description
Hi,
I'm using a single smashing server to deploy a lot of differents dashboards. As I need to deploy more and more dashboards, it is becoming difficult to navigate inside of my dashboards folder, and to have coherent URLs.
I would like to find a way to organize this folder with sub-folders, and having those sub-folders generate sub-pathes in the URL like so :
dashboards folder :
- dashboards
- Accounting
- Clients
- Client_1.erb
- Client_2.erb
- Clients
- Human Ressources
- Support
- Accounting
Client 1 dashboard url :
http://<my_server>:3030/Accounting/Clients/Client_1
The only alternative I found on the wiki was to change de subpath for the whole server, but that doesn't solve my problem, it just simply shifts it by one level.
Thanks.
kinow