Config.php Here

?>

The probe tried to force its way in. It requested the file directly via a browser: https://example.com . config.php

A config.php file is a central script used in web development to and global settings for a PHP application. By consolidating database passwords, API keys, and environment variables into one file, developers can update an entire site’s behavior by editing just a single document. Core Purpose of config.php and environment variables into one file

If for any reason you must keep config.php inside the web root, add a guard at the top of the file to prevent direct HTTP access: config.php