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'
]
];