Scenario:
"My blog item/RSS feed/other URL is located at http://www.domain.com/subdirectory/page.php by Nucleus keeps outputting http://www.domain.com/subdirectorypage.php instead!"
Solution:
Check under your "Global Settings" to ensure your site URL inside box "URL of Site (should end with a slash)" does really end with a slash!
If the above doesn't work and it is a problem with the links in your RSS feed, check your feeds/rss20 template. There should be a line that looks like this:
<link><%blogurl%>index.php?itemid=<%itemid%></link>
Try changing that line of code to:
<link><%blogurl%>/index.php?itemid=<%itemid%></link>
Original forum thread (thanks, roel!):
http://forum.nucleuscms.org/viewtopic.php?t=15221
![]()
This answer was not rated yet.