HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/netwerkbrabant/netwerkbrabant.nl/config/errorIgnore.php
<?php

return [

    // All uri's with a 400 error we ignore
    404 => [
        'js/kms/angular.min.js.map',
        'js/kms/axios.min.map',

        'wp-login',
        'wp-admin',
        'wp-content',
        'wp-cron',
        'wp-includes',
        'wp-version',
        'xmlrpc.php',
        'autodiscover',
        '.well-known/',
        'admin/index.php',

        'tag/',
        'feed',
        'images/archief/'
    ],

    // All uri's with a 500 error we ignore
    500 => [
        'autodiscover',
        'events/feed',
    ],

    // All uri's we ignore
    'all' => [
        'fckeditor',
        '/oahimgn/'
    ],

    'absolute' => [
    ],
];