I have a core 2.4.0 install with no add-ons.
I have setup the site and I like the URL structure. It works great until I set the 404 template that is.
I have:
index.php/category_url_title/url_titleFor example:
index.php/cars/my-car-entryI achieve this using:
<a href="http://{title_permalink={category_url_title}}">{title}</a>I am only using the site’s main index.html template and I’m pretty sure this is why my setup even works. Since there isn’t an actual template_group/template it is in essence an actual 404 even though it does work the way I want according to this:
Note: If you choose ‘None’, your default channel will be shown when an invalid URL is requested.
Is there away to go about this where I don’t have a template_group/template structure and not get 404s everywhere when 404 template is set?
Thanks!