AuthUserFile /home/pfonline/public_html/members/.Password/.htpasswd
AuthGroupFile /dev/null
AuthName "Pierre-Fitch online Member's Area"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# BEGIN PHANTOM FROG
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AddHandler send-as-is asis
RewriteEngine on
#RewriteCond %{IS_SUBREQ} ^false [NC]
#RewriteCond %{HTTP:Authorization} ^basic [NC]
#RewriteCond /home/pfonline/domains/pierrefitchonline.com/phntmfrg/pierrefitchonline.com/frbdn/ipban/%{REMOTE_ADDR} -f
#RewriteRule (.*)
http://pierrefitchonline.com/ClientSupport/IpBlock.asis
RewriteCond %{IS_SUBREQ} ^false [NC]
RewriteCond %{HTTP:Authorization} ^basic [NC]
RewriteCond /home/pfonline/domains/pierrefitchonline.com/phntmfrg/pierrefitchonline.com/frbdn/userban/%{REMOTE_USER} -f
RewriteRule (.*) http://pierrefitchonline.com/ClientSupport/userban.php?User=%{REMOTE_USER}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# END PHANTOM FROG
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -