Posted on November 3, 2013 at 10:27 pm
Today I analyzed the file error.log of a website and I noticed a lot of 404 errors with text like this:
[Sun Nov 03 23:16:15 2013] [error] [client XX.XX.XX.XX] Negotiation: discovered file(s) matching request: /path/to/websute/another/path (None could be negotiated). |
Browse the folder /etc/apache2/sites.available/ and edit the vHost config file.
You need to remove “MultiViews“, change this:
Options -Indexes FollowSymLinks MultiViews |
To this:
Options -Indexes FollowSymLinks |
Then reload the Apache:
/etc/init.d/apache2 reload |
Other Posts
- Route OpenVPN Connections Through Floating IP
- How to Configure a Floating IP in a VPS (Hetzner)
- Set OpenVPN to Listed on a Specific IP Address
- Bash Trim Leading and Trailing Whitespace from a String
- Bash Get Name of Ethernet Network Interface
- VPN Providers with Dedicated Static IP Address
- OpenVPN Iptables Rules
- WireGuard VPN Iptables Rules
Updated Posts
- AMD Chipsets & Graphics Card Drivers for Windows 7, 8, 10
- AMD Radeon 7400 Drivers for Windows 10
- How to pass custom command-line parameters in InnoSetup
- Add Desktop shortcut for all Windows PC users
- Programmatically create desktop icon with InnoSetup
- GeneratePress - a Lightweight WordPress Theme 2021
- InnoSetup disable DesktopIcon via command-line
- Use cURL to authenticate with JWT Bearer tokens