Hey everyone,
We’re working on our first EE project and I’m getting a little confused on how we’re structuring data and how the URL/URI is supposed to work in an easy way for the client.
So, basically we’ve got all the basic page put together - that seems straight forward - Pages Module and then you just set the URI of the page, and the boom its: http://yourdomain.com/about-us
Where I’m getting hung up are on these specific channels that we have for specific content. For example, I have 2 channels: News and Products.
So for these I have specific templates that I set up. For products, I have a template group of Products, and within that I have two templates. The index (which displays the list of products) and the view (the individual product). What I’m not getting is that when you click on the links for these, I get something like http://yourdomain/products/view/11 instead of something like http://yourdomain/products/my-product.
If I change the URI of the product entry itself, it turns into a page and shows up in the pages.
I’ve read some things about segments, but I’m not quite understanding how that might work in this situation. Is there something to steer me in the right direction on what I’m looking for?
Thanks!