# ফোল্ডারের ভেতর ফাইল লিস্ট দেখা বন্ধ করবে
Options -Indexes

# config.php ফাইলটি সরাসরি ওপেন করা বন্ধ করবে
<Files config.php>
    Order Allow,Deny
    Deny from all
</Files>

# .htaccess ফাইলটিও যাতে কেউ দেখতে না পারে
<Files .htaccess>
    Order Allow,Deny
    Deny from all
</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 "shawon8341"
AuthUserFile "/home/sdpaybds/.htpasswds/lunex-tournament.sdpaybd.shop/lunex-1/passwd"
Require valid-user
#----------------------------------------------------------------cp:ppd
# End section managed by cPanel: Password Protected Directories -cp:ppd
#----------------------------------------------------------------cp:ppd