Page 2 of 2

Re: Website down after changes as below

Posted: Wed Dec 28, 2011 11:58 am
by garvinhicking
Hi!

Ah, I see you browse from the "/" and the next/prev page links cannot properly detect the "real" path of the blog.

I would suggest to either make a redirect from / to /photoblog, or you need to change the way how you include the blog's index.php from / so that you first modify $_SERVER['REQUEST_URI'] = '/photoblog/' . $_SERVER['REQUEST_URI'] to make s9y be able to detect that the actuall path the blog runs in comes from there...?

Best regards,
Garvin

* SOLVED *Re: Website down after changes as below

Posted: Wed Dec 28, 2011 3:15 pm
by DaClaFleWi
Hi Garvin,

you are right - that does the trick. I will see how, which way I can solve this.

Thanks for all your efforts!