I am doing a redesign of my site and some features don’t work unless the page is called using index.php? (with the ?)
Some site features require running a js files and these are the ones broken. ALL EE content works fine.
{exp:channel:categories channel="{master_channel_name}" style="nested" show="157|158|159"}
<a href="http://{path={template_group_name}/more}">{category_name}</a>
{/exp:channel:categories}Is there a way to deal with this easily so that I can use the above code and not populate the links by hand?
Thanks