FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Use PATH_INFO style URLs with url sessions turned on/off not working properly
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Use PATH_INFO style URLs with url sessions turned on/off not working properly [message #11856 is a reply to message #11854] Fri, 18 July 2003 23:39 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Hmm... while I definately see the problem on your forum the 'big' reply link works fine on my test forum using path_info. Quite frankly I am at odds

I analyzed with ethereal the request that are sent and got a very weird situation:

1) GET /index.php/r/th_id/226/792//0/0/ HTTP/1.1
2) HTTP/1.1 302 Found
Location: http://www.topfunwebsites.com/index.php/r/th_id/226/792/0/0/

Now as you can see the problem lies in the fact that the subdomain is lost in the redirect resulting in a rather bogus page, which is what you end up seeing. I suspect the culprit of the 'bogus' redirect is Apache, which tries to eliminate the //. But in the process loses the sub-domain.
I've confirmed this behaviour by chaning
http://bbclone.topfunwebsites.com/index.php/r/th_id/226/792//0/0/
to:
http://bbclone.topfunwebsites.com/index.php/r/th_id/226/792/0/0/0/
which works.

It appears I need to avoid usage of // since it stubmles on an apache bug. Which version of Apache server are you using?


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: a another bug when your are in flat view
Next Topic: Very long urls when using path_info on fud 2.5.2
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 30 22:12:07 GMT 2024

Total time taken to generate the page: 0.05214 seconds