# Folder ni untuk fail produk yang dimuat naik dari tab "Files" admin panel.
# Elakkan mana-mana fail skrip di sini daripada dijalankan oleh server (keselamatan).

Options -Indexes -ExecCGI
AddHandler cgi-script .php .php3 .php4 .php5 .php7 .phtml .phar .pl .py .cgi .sh .asp .aspx .jsp

<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>

<FilesMatch "\.(php|php3|php4|php5|php7|phtml|phar|pht|cgi|pl|py|sh|asp|aspx|jsp|htaccess|htpasswd)$">
    Require all denied
</FilesMatch>
