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

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