I am creating a site with MU for a software company. I'd like to have a URL structure similar to this:
/
|- /about/
|- /blog/
|- /news/
|- /products/
|---- /products/product1/
|-------- /products/product1/features/
|-------- /products/product1/screens/
|---- /products/product2/
|- /support/
|---- /support/product1/
|---- /support/product2/
The support subpages are blogs for each product, I can't seem to get the url structure the way I want it. I can create a new blog and have it called /product1-support/, but not /support/product1/. The main /support/ URL is a page. I tried to make a subpage and I got the main posts page to show up by playing with the path and siteurl options, but clicking on any of the permalinks breaks. It tries to go to the main /blog/ entries.
So if I have a post in my product1 support blog with a permalink of 'hello-world' The url is /support/product1/hello-world/ but clicking on it will redirect me to /blog/hello-world
Also I can no longer get to wp-admin for that blog for some reason, as /support/product1/wp-admin can no longer be found.
Anyone help?