# Allow Izzy apps to reach the backend, interface, and image without the site password.
# (chat.php is still protected by its own secret token gate.)
<Files "chat.php">
    Require all granted
</Files>
<Files "izzy-app.html">
    Require all granted
</Files>
<Files "izzy.png">
    Require all granted
</Files>

#----------------------------------------------------------------cp:ppd
# Section managed by cPanel: Password Protected Directories     -cp:ppd
# - Do not edit this section of the htaccess file!              -cp:ppd
#----------------------------------------------------------------cp:ppd
AuthType Basic
AuthName "Protected 'aiizzy.com'"
AuthUserFile "/home/allame28/.htpasswds/aiizzy.com/passwd"
Require valid-user
#----------------------------------------------------------------cp:ppd
# End section managed by cPanel: Password Protected Directories -cp:ppd
#----------------------------------------------------------------cp:ppd
