TommyWillB
Registered
First, let me apologize if this is the wrong forum for this...
I've noticed an odd thing with the way Apache is behaving... It seems to explicitly need a trailing slash at the end of a URL in order to trigger it looking for my default index page.
i.e. this generates an error:
http://tomnjeff.com/digi_pix/2002/01-07_MacWorld_San_Francisco <-- no trailing slash
... and this does not:
http://tomnjeff.com/digi_pix/2002/01-07_MacWorld_San_Francisco/ <-- trailing slash
The thing that is weird is that it does not ALWAYS have this problem... It seems to only happen once per directory... If I use the trailing slash once, then after that it seems to be optional.
So here are my questions:
1) Is this some configuration subtlety I missed
2) Should there any reason why relative (2002/01-07_MacWorld_San_Francisco) vs. root (/digi_pix/2002/01-07_MacWorld_San_Francisco) links would behave differently?
3) I can't figure out the pattern, but it seems to behave slightly differently on IE and Mozilla. I think that is because IE insists on caching the results, but I'm not sure if this could also be browser dependant?
I've noticed an odd thing with the way Apache is behaving... It seems to explicitly need a trailing slash at the end of a URL in order to trigger it looking for my default index page.
i.e. this generates an error:
http://tomnjeff.com/digi_pix/2002/01-07_MacWorld_San_Francisco <-- no trailing slash
... and this does not:
http://tomnjeff.com/digi_pix/2002/01-07_MacWorld_San_Francisco/ <-- trailing slash
The thing that is weird is that it does not ALWAYS have this problem... It seems to only happen once per directory... If I use the trailing slash once, then after that it seems to be optional.
So here are my questions:
1) Is this some configuration subtlety I missed
2) Should there any reason why relative (2002/01-07_MacWorld_San_Francisco) vs. root (/digi_pix/2002/01-07_MacWorld_San_Francisco) links would behave differently?
3) I can't figure out the pattern, but it seems to behave slightly differently on IE and Mozilla. I think that is because IE insists on caching the results, but I'm not sure if this could also be browser dependant?