Website down after changes as below

Having trouble installing serendipity?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Website down after changes as below

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
DaClaFleWi
Regular
Posts: 9
Joined: Tue Aug 23, 2011 9:05 pm

* SOLVED *Re: Website down after changes as below

Post 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!
Post Reply