I have been trying to achieve the following url structure in Wordpress and maintain a level of reusability in the admin area.
It is for a client preview area and needs to reflect multiple versions of different file types.
So the desired URL structure would be:
http://preview.mysite.com/client-name/wireframes/v1/homepage/
/client-name/ is a dashboard view showing links to /wireframes/ as well as /mockups/ or anything else that is a design phase.
/v1/ relates to the version number of /homepage/
The easiest way is to use pages and sub pages but there must be a better way. More of a CMS way. Maybe there isn't. Perhaps Wordpress is the wrong choice for this.