I have visited the page and it say:
Fatal error: Call to undefined function _deprecated_file() in D:\inetpub\webs\examplesitenamecom\wp-includes\rss-functions.php on line 8
It would be nice if can be added a check to do nothing when the page is visited directly.
]]>It would be nice if can be added a check to do nothing when the page is visited directly.
That’s a server setting, not a WordPress issue. You’d need to put that check into every file in WordPress and there’s not really any reason to do that.
https://php.net/manual/en/function.error-reporting.php
If you can’t fix that PHP setting yourself (you should be able to but Windows hosting is weird) please contact your host for support.
On my site that’s turned off so I don’t see that. When I need to debug I turn it on and get that info.
]]>