Re: [PHP] PHP intreprets trailing slashes incorrectly?

2011-05-20 Thread Andrew Ballard
On Fri, May 20, 2011 at 6:35 AM, Richard Quadling wrote: [snip] > > At a #, the fragment_id doesn't seem to reach PHP. > Correct. Since the hash symbol ("fragment identifier") signals the beginning of the name of an internal bookmark within the document returned by the server, browsers don't ev

Re: [PHP] PHP intreprets trailing slashes incorrectly?

2011-05-20 Thread Richard Quadling
On 19 May 2011 21:13, Daniel Brown wrote: > On Thu, May 19, 2011 at 15:04, Scott Baker wrote: >> I have a script: >> >> http://www.perturb.org/index.php >> >> I accidentally put a trailing / on the url and it STILL loaded: >> >> http://www.perturb.org/index.php/ >> >> Is that a bug in URL interpr

Re: [PHP] PHP intreprets trailing slashes incorrectly?

2011-05-19 Thread Daniel Brown
On Thu, May 19, 2011 at 15:04, Scott Baker wrote: > I have a script: > > http://www.perturb.org/index.php > > I accidentally put a trailing / on the url and it STILL loaded: > > http://www.perturb.org/index.php/ > > Is that a bug in URL interpretation? I've tried it on three servers and > all seem

Re: [PHP] PHP intreprets trailing slashes incorrectly?

2011-05-19 Thread Hans Ã…hlin
2011/5/19 Scott Baker : > I have a script: > > http://www.perturb.org/index.php > > I accidentally put a trailing / on the url and it STILL loaded: > > http://www.perturb.org/index.php/ > > Is that a bug in URL interpretation? I've tried it on three servers and > all seem to have the same behavior.

[PHP] PHP intreprets trailing slashes incorrectly?

2011-05-19 Thread Scott Baker
I have a script: http://www.perturb.org/index.php I accidentally put a trailing / on the url and it STILL loaded: http://www.perturb.org/index.php/ Is that a bug in URL interpretation? I've tried it on three servers and all seem to have the same behavior. All three were Apache on Linux, but dif