I'm trying to build a sitestructure that pretty much contains of a homepage and then two sites. I was trying to do this with categories but didn't seem to be successful, as the category isn't really showing in the url.
I'm trying to do this:
Home (www.mysite.com)
- Subsite 1 -> Menu (www.mysite.com/subsite1)
- Subsite 2 -> Menu (www.mysite.com/subsite2)
Then i would like to have all articles assigned to either category "subsite 1" or "subsite 2" and create urls such as
www.mysite.com/subsite1/(other categories)/article.html
Is it possible to realize this over the category? So that every article that someone adds to a category will be displayed like this?
Also, is it possible to display the Menu of Subsite 1 on EVERY artical of that category? (same thing with subsite 2)
THANKS FOR ANY HELP!