Just got a new dedicated server from a reputable hosting company for my new website project.
It runs Centos 7.9/WHM with Apache 2.4+PHP 7.4 Package. PHP-FPM as handler.
I ran some test with some php files in my website folder and I noticed that any .php files is accessible without his extension. Without any .htaccess file!
"https://www.example.com/myinfo.php" is Accessible.
"https://www.example.com/myinfo" Should be inaccessible without any .htaccess + rules.
It's annoying me a lot because I know it's gonna bring me some issues during my website project.
Where could these rule be as I am not using any htaccess file?
Thanks for any information you can give me.