# BPS mod_authz_core IfModule BC
<IfModule mod_authz_core.c>
Require ip 189.113.74.168
</IfModule>

<IfModule !mod_authz_core.c>
<IfModule mod_access_compat.c>
<FilesMatch "(.*)$">
Order Allow,Deny
Allow from 189.113.74.168
</FilesMatch>
</IfModule>
</IfModule>