Answer the question
In order to leave comments, you need to log in
How to prevent the execution of a range of files in .htaccess?
There are several files.
exampletext1.php
exampletext2.php
exampletext3.php
exampletext4.php
<Files exampletext.php>
Order Deny,Allow
Deny from all
</Files>
Answer the question
In order to leave comments, you need to log in
already found the solution here is the code
<Files "exampletext*">
Order Deny,Allow
Deny from all
</Files>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question