Re: Website down after changes as below
Posted: Wed Dec 28, 2011 11:58 am
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
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