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/SBogers10/zelfverkopen.komma.pro/config/errorIgnore.php
<?php

return [

    // All uri's with a 400 error we ignore
    404 => [
        '.well-known/assetlinks.json',
        'ads.txt',
        'phpmyadmin',
        'sql',
        '-sitemap.xml',
        '_sitemap.xml',
        'apple-touch-icon-',
        'wp-json',
        'wp-login',
        '/wp-includes/',
        'angular.min.js.map',
        'axios.min.map',
        '/uploads/images',
        'app/themes/zelfverkopen/',
        'app/vendors',
        '/media/',
        '/wp-content/',
        'huis-kopen/huizen-te-koop',

        'marlene-kroet-te-gast-bij-het-rtl-4-programma-women-insite-vanaf-1341-min',
        'interview-marlene-kroet-door-tom-van-t-hek-bnr-huis-verkopen-zonder-makelaar-steeds-populairder',
        'internetmakelaar-zelfverkopen-nl-bv-sluit-uitstekend-eerste-jaar-af',
    ],
    // All uri's with a 500 error we ignore
    500 => [
        'autodiscover',
    ],

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