Hi,
I have an issue with {auto_path} in the paginate tag. I am implementing the paginate for my entries.
I am using the standard code, no changes yet.
{if previous_page}
<a href="http://{auto_path}">Previous Page</a>
{/if}
{if next_page}
<a href="http://{auto_path}">Next Page</a>
{/if}This is the wrong URL produced for Next page
<a href="http://www.my-site.com/site/info-from-partnerssite.php/P3">http://www.my-site.com/site/info-from-partnerssite.php/P3</a>Just some changes I made. I changed “index.php” to “site”. My template group name is “info-from-partners”. As you can see on the url, after my template group name, site.php was appended.
Additional info: My server is running under Mac OSX Leopard.
best regards,
Jay