| Author |
Apache2 uses imgsrc.php when /imgsrc/ is requested
|
|
| Daniel Khan 2006-11-05, 7:22 pm |
| Hi Group,
I want apache2 to use imgsrc.php if /imgsrc/foo.jpg is requested and
the funny thing is that it does exactly that. If I move away the imgsrc
dir and put imgsrc.php it is used.
My question: Why? I don't know why it is doing this and I can't
remember that I switched it on..
Thanks in advance
--
Daniel Khan
| |
| shimmyshack 2006-11-06, 1:29 am |
| multiviews??
just a guess im too tired to KNOW
(this is used for content negotiation so a request for
/tired
would go
does it exist as file or directory, else serve the best match I can
based on rules defined (languages headers)
it could be that you specified DirectoryIndex as imagesrc.php as well
as index.html,=20
my =A30.02 worth
| |
| Daniel Khan 2006-11-06, 7:27 pm |
|
shimmyshack schrieb:
> multiviews??
Right! - Thanks a lot! :-)
--
Daniel Khan
|
|
|
|