> From: Rasmus Lerdorf [mailto:rasmus@apache.org]
>
> > > > Make sure you have AcceptPathInfo On
> > >
> > > Argh! Why the heck is that off by default?
> >
> > It's on by default for dynamic pages, but there is no way that
Apache
> > can tell that a page is going to be served by PHP, so it is off for
what
> > Apache thinks are static pages.
>
> What is a dynamic page if not a PHP page?
Like I said, Apache doesn't know if a file on disk is meant for PHP or
not. The best way to fix this would be for mod_php to set the value if
the filter is added for the request.
I agree, it would be cool if Apache could set this correctly based on
the filters that have been added for the request.
Ryan
|