There are several files.
exampletext1.php exampletext2.php exampletext3.php exampletext4.php How to prevent reading / execution of all files using .htaccess -
in the name of which is "exampletext" so that you do not have to "exampletext" each file.
Something like this, but not for specific files, but for those whose name contains "exampletext"
<Files exampletext.php> Order Deny,Allow Deny from all </Files>