The following reply was made to PR mod_include/5300; it has been noted by GNATS.
From: Rodent of Unusual Size <[EMAIL PROTECTED]> To: Apache bug database <[EMAIL PROTECTED]> Cc: Subject: Re: mod_include/5300: When server side includes are enabled paths such as: http://server/index.html/foo/foo/ are accepted. Date: Sat, 27 Nov 1999 22:45:52 -0500 Zoli Kiss wrote: > > I don't understand why html pages would every require > path info. If a URL: > http://server/index.cgi/foo/foo/ > is used, this is fine, but if a URL: > http://server/index.html/foo/foo/ > is used, why is this ever needed ? Because "index.html" might be a PHP file, or use server-side includes, or otherwise be more than just a text file.