# نسمحو بعرض الصور، بصح كنمنعو تنفيذ أي كود (PHP وغيرو) جوه هاد المجلد
# هادشي مهم بزاف للأمان حيت هاد المجلد كيقبل ملفات مرفوعة من المستخدمين
<IfModule mod_php.c>
  php_flag engine off
</IfModule>
<IfModule mod_php7.c>
  php_flag engine off
</IfModule>
<IfModule mod_php8.c>
  php_flag engine off
</IfModule>
AddHandler cgi-script .php .php3 .php4 .php5 .php7 .phtml .pl .py .jsp .asp .sh .cgi
Options -ExecCGI -Indexes
