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

return [

    // All uri's with a 404 error we ignore
    404 => [
        '.config',
        '.json',
        '.ftpconfig',
        '.ssh',
        '.txt',
        'autodiscover',
        'angular.min.js.map',
        'axios.min.js.map',
        'admin',
        'ads.txt',
        '.well-known',
        'apple-app-site-association',
        'build/css/komma', // Indexing old CSS-files
        'css-js/', // Indexing old website
        'cgi-bin',
        'config',
        'connectors',
        'customer/account',
        'dumper.php',
        'env.php',
        'far.php',
        'id_rsa',
        'includes',
        'install/index.php',
        'installwizard',
        'kids/pt',
        'kids/fr',
        'local.xml',
        'login.aspx',
        'managers',
        'media',
        'modules/simpleslideshow',
        'product.asp',
        'projecten_images/', // Indexing old website
        'readme.html',
        'restore.php',
        'rep.php',
        'select2.css',
        'sftp-config',
        'signedint',
        'up.php',
        'xmlrpc',
        'utility/convert',
        'wp-admin',
        'wp-login',
        'zabbix',
    ],
    // All uri's with a 500 error we ignore
    500 => [
        'autodiscover',
    ],

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