Technical information

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

<files .htaccess="">
order allow,deny
deny from all
</files>