Multiple Choices Enabled

  • WASC 14

The HTTP 300 Multiple Choices redirect status response code indicates that the request has more than one possible responses. This could be used for locating and obtaining access to possible hidden resources.

Remediation

Change your server configuration file to disable spelling module. A recommended configuration for the requested directory should be in the following format:

<Directory /{YOUR DIRECTORY}>
	CheckSpelling Off
</Directory>