sub folders and page types
Permalink
Hi Developing my first site with C5 and liking it thus far however have hit on an issue and can't get my head round how to make it work in C5 so any pointers would be good.
I have a theme with a bunch of page types to handle various layouts without any great issue when pages based on those page types sit at the same hierarchical level within the site structure.
What I need to do now is have a sub-folder for a sub-brand. What do I call my page type and page generated from it to allow me to have the following: domain/subfolder/index ? I seem to be getting the default template in the route of my theme regardless of what I do. Not what I intended.
Any ideas?
Many thanks
Mark
I have a theme with a bunch of page types to handle various layouts without any great issue when pages based on those page types sit at the same hierarchical level within the site structure.
What I need to do now is have a sub-folder for a sub-brand. What do I call my page type and page generated from it to allow me to have the following: domain/subfolder/index ? I seem to be getting the default template in the route of my theme regardless of what I do. Not what I intended.
Any ideas?
Many thanks
Mark
However, what is happening is that the Apache rewrite then seems to swap out the subfolder in the url for index.php so what should look like this:
http://allgood.breezecreativemedia.com/easyclad/price_guide...
becomes:
http://allgood.breezecreativemedia.com/index.php/price_guide/...
Any ideas?