Hi everyone,
Not sure if this is the right place to post this, but here goes...
I'm setting up a website at the moment which covers four or five things. I was thinking of using Apache mod_rewrite again, so you'd have domain.com/cats, domain.com/dogs, domain.com/fish etc.
However, each area is going to contain articles, a weblog or two and other bits. Would it be better to do this;
domain.com/dogs/articles and domain.com/cats/weblogs
or
domain.com/articles/dogs and domain.com/weblogs/cats.
To my mind it's better to group all the information of one subject together, but it might also be better to have roots of /weblogs and /articles for anyone interested in all the categories available, instead of going to each area.
Or do both, and have /articles as a page showing highlighted articles from each area?
Any thoughts? Which would make more sense to you?
Cheers :)