I’ve built a simple site that only has 1 template (index) inside the only (default) template group. That template simply pulls a specific entry from a Page weblog based on the segment_1 variable that is passed.
For example:
http://mysite.com/index.php/page_one
would pull up a page’s content like this…
{exp:weblog:entries weblog="Pages" url_title="{segment_1}"}.... etc.I’ve used this method on several sites, and it’s worked great. However, I can’t get it to work on my latest site. I’m wondering if I missed something this time, or if something changed in 1.6.8, which I recently upgraded to.
The result is a blank page. When I turned debugging on, I saw that it was unsuccessfully trying to find the template with the same name as segment 1. How can I force the index (default) template to be processed, instead of having EE look for another template?
Thanks!
Shaun