AcceptPathInfo Directive
Description:
Resources accept trailing pathname information
Syntax:
AcceptPathInfo On|Off|Default
Default:
AcceptPathInfo Default
Context:
server config, virtual host, directory, .htaccess
Override:
FileInfo
Status:
Core
Module:
core
Compatibility:
Available in Apache 2.0.30 and later
This directive controls whether requests that contain trailing pathname information that follows an actual filename (or non-existent file in an existing directory) will be accepted or rejected. The trailing pathname information can be made available to scripts in […]