I am having a problem with pagination, front page generates fine. But after the first 10 posts the next link at the bottom of the page generates a uri with a double slash ‘//’. The site is hosted on Amazon S3 which gets screwed up by this so I get a 404. Manually deleting the extra / allows the page to load.
You can see what I mean at http://neavey.net, scroll to the bottom and click Next.
I am using the Icarus theme if that makes any difference.
It is set with trailing slash. I did remove it but it causes other problems with various css files not being found. They were being looked for at uri’s such as neavey.netcss/styles.css.
I am still not sure whether the correct way is to add the trailing slash or not, seems some themes require it some don’t
I had the same problem except I couldn’t use your solution because when I put asbURL I would get an error message. If others have the same problem, here is how I fixed the problem on my site, hoping it doesn’t have secondary effets.