Page 1 of 1

I can't go to the second (or third) page in Firefox

Posted: Fri Oct 20, 2006 12:09 am
by piajeno
Hello, first of all, thank you for that impresive tool.

Now, my pain: at my blog http://blog.estrategiasmoviles.com/ for some strange reason -in firefox-, when i click on the next page link (Siguiente página) i can't go to the next page. Instead, it rewrites the address in this way:

http://blog.estrategiasmoviles.com/blog/P2.html

And if I clic on the Next Page again, it goes to the:

http://blog.estrategiasmoviles.com/blog/P2/P2.html

But, oddly, in Internet Explorer it works...

How can I solve this? Is a template mistake or serendipity thing?

Thank you for your help, and please sorry my poor english!

Piajeno :oops: :oops: :oops: :oops:

Posted: Fri Oct 20, 2006 5:30 am
by judebert
Your English is fine. Way better than my {any other language}.

You need the URL to look like: http://blog.estrategiasmoviles.com/blog ... es/P2.html instead. I'm having trouble understanding why IE works with the other URL. It really shouldn't; this should all be entirely on the server.

Anyway, it's likely that your paths aren't configured properly. Go to your configuration, and set up the archive path appropriately.

Posted: Sun Oct 22, 2006 9:42 pm
by piajeno
You're in the right way!

My website is located at "/var/www" and my blog is located at "/var/www/blog". I can access via www.estrategiasmoviles.com/blog or blog.estrategiasmoviles.com

So, when I access it using blog.estrategiasmoviles.com, my root directory (relative to the serendipity) is "/" and not "/blog" (because I am already at /var/www/blog)

So I replaced the relative path to "/" and it works.

Thank you very much!