I have a template group called ‘products’, with a sole template within it - index.html.
I have urls such as:
http://www.mysite.com/products/product-1
http://www.mysite.com/products/product-2
http://www.mysite.com/products/product-3
My problem is that I don’t want the following URLs to be accessible:
http://www.mysite.com/products/
http://www.mysite.com/products/index.html
As far as I can tell, the built-in Hidden Templates function won’t help me, as it will prevent my product-x URLs from being accessible.
Does anybody have a solution?