How to restrict access to files
You can restrict access to certain website files by using the following instructions. The user who requests this file, will see 403 error.
How to restrict access to a file
-
Step 1. Open .htaccess file
-
Step 2. Make the following changes:
<files .htaccess="">
order allow,deny
deny from all
</files>