
Any way, I am using Serendipity 0.8 in an awkward non-embeded configuration, even though it resides inside my HTML web site, in a DIV. That's the only way I found back then to have everything work fine and retain Serendipity's own CSS without major PHP coding.
But I just realised that clicking on the "next page" link at the bottom of my main blog page (where it reports that this is "page x of y, totalling xyz entries) no longer works.
The url that shows on my status bar before I click is http://www.photo-xposure.com/blog/blog/P2.html
Obviously, I never get there and end up on the same initial page with a messed up CSS.
I have experimented and found that to work fine, it should be
http://www.photo-xposure.com/blog/archives/P2.html
This is probably due to my home made embeding, yet every other function works (the only drawback being that the new pages called from where my blog resides on the web site open up in a clean Serendipity page, without my headers, but I can live with that.)
So archives, calendar, categories all work fine, for exemple I get
http://www.photo-xposure.com/blog/archives/2005/06.html
when clicking on the calendar.
I don't understand why the page bottom link doesn't follow the others.
Could someone possibly point me into the right direction? I've looked into as many files as I could but can't seem to figure out where to set this without changing my paths (which, once again, work with the rest)...
Thanks!