1

How can I set in httpd.conf so that any request to any filename.php/xyz should be redirected to filename.php or at least send an 404 Error.

Thank you

Kaiser
  • 43
  • 1
  • 3

1 Answers1

0
AcceptPathInfo Off

http://httpd.apache.org/docs/2.0/mod/core.html#acceptpathinfo

Gerben
  • 16,747
  • 6
  • 37
  • 56