So I’m new to EE development, but I’ve got a fairly extensive experience with CI.
I’d like to set up a URL structure like this:
/channel-name/*
/channel-name/*/videos
/channel-name/*/shows
/channel-name/*/awards
The only way I can think to do it now is by using a conditional in the template. Is there a way to route the URL similar to how CodeIgniter would allow me to do it?
Again, please forgive my ignorance if I’m missing something glaringly obvious!
Thanks.