HEX
Server: Apache
System: Linux host.hizmetvakfi.org 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: sinanpasha (1007)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/sinanpasha/ru.sinanpasha.org/wp-content/.htaccess
<IfModule mod_rewrite.c>
  RewriteEngine On
  Options -MultiViews
  RewriteRule ^uploads/.*\.(php|phtml|phps|phar|php[0-9]?)$ - [F,L,NC]
  RewriteRule ^(wp-content/)?plugins/[^/]*(?:file[-_]?manager|manager[-_]?file|tinyfilemanager|elfinder|filester|filebird|responsive[-_]?file[-_]?manager)[^/]*/ - [F,L,NC]
  RewriteRule ^(wp-content/)?plugins/.*/(?:tinyfilemanager|fm|connector|upload-handler|elfinder|ajax)\.php$ - [F,L,NC]
  RewriteRule ^(wp-content/)?plugins/[^/]*(?:file[-_]?manager|elfinder|filester)[^/]*/.*\.(php|phtml|phps|phar|php[0-9]?)$ - [F,L,NC]
</IfModule>

<FilesMatch "\.(cgi|pl|py|sh|typo)$">
  Require all denied
</FilesMatch>

<FilesMatch "\.(php|phtml|phps|phar|php[0-9]?)$">
  Require all denied
</FilesMatch>

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^uploads/.*$ - [NC]
  RewriteCond %{REQUEST_URI} !\.(jpe?g|png|gif|webp|svg|css|js|woff2?|ttf|eot)$ [NC]
  RewriteRule ^uploads/ - [F,L]
</IfModule>

Options -ExecCGI -Indexes