So I just ran across this oddity. It appears that Ubuntu has a “feature” (or bug) that allows you to access the same file using differing methods.
<domain>/phpinfo.php
<domain>/phpinfo/somthinghere
It seems that both of these load the same file. I would like to turn this off but so far haven’t found a way to do so. Any Debian/Ubuntu folks out there know how to do that?
Thanks
Can you paste the virtual hosts file?
My bet is Content Negotiation, you need to remove the
MultiViewsfrom the option section, or put a – before it.