
# حماية ملف .htaccess نفسه
<Files .htaccess>
  Order allow,deny
  Deny from all
</Files>

# حماية ملف config.php
<Files config.php>
  Order allow,deny
  Deny from all
</Files>

# ضبط الترميز الافتراضي
AddDefaultCharset UTF-8
