For example: www.example.com/about.php
I don't want the files with the extension .php to be available to reach, display a 404 page instead.
I have the files in the root folder: content.php about.php footer.php etc... Now i can reach these files by typing in to the adress bar. I want to restrict this.
How can i do that?