AuthName "Search Area"
AuthUserFile "/var/www/html/hazratme/.htpasswds/public_html/search/passwd"
AuthType Basic

# 1. Protect your admin-only files
<FilesMatch "^(manage\.php|fixes\.php)$">
    Require user admin
</FilesMatch>

# 2. Protect all other files for both user and admin
<FilesMatch "^(?!(manage\.php|fixes\.php)$).*$">
    Require valid-user
</FilesMatch>

php_flag display_errors off
php_value error_reporting 0
php_value short_open_tag on


