Hi there,
When I enable Strict URLs it will prevent to display news from news channel generated by a template below (I’m getting 404 Page Not Found):
{if segment_2 == ''}
{exp:channel:entries channel="news"}
<h1 class="orange">{title}</h1>
{news_summary}
<a href="/index.php{page_uri}">Read more</a>
{/exp:channel:entries}
{if:else}
{exp:channel:entries channel="news"}
<h2 class="bigorange">{title}</h2>
{news_body}
<a href="/index.php/nm">Back to news</a>
{/exp:channel:entries}
{/if}Any tips how to get this fixed?