Troubleshooting

Nucleus keeps forgetting to put a slash ("/") in my site URLs

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

section: Troubleshooting | submitted by Leng on 2007.Jun.24 | 1137 views

item rate
This answer was not rated yet.

Please tell us how useful this answer was to you (0 = useless, 10 = very very helpful):

10