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

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