One Hat Cyber Team
Your IP :
216.73.217.146
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
ramamza.andjemztech.com
/
wp
/
View File Name :
.htaccess
# ================================ # 🔥 SECURITY: BOT PROTECTION # ================================ <IfModule mod_rewrite.c> RewriteEngine On # Block GPTBot RewriteCond %{HTTP_USER_AGENT} GPTBot [NC,OR] # Block common scraping tools RewriteCond %{HTTP_USER_AGENT} (scrapy|curl|wget|python|httpclient|libwww|java|nikto|sqlmap|nmap) [NC] RewriteRule .* - [F,L] </IfModule> # ================================ # 🔥 HOTLINK PROTECTION (SAFE - MEDIA ONLY) # ================================ <IfModule mod_rewrite.c> RewriteEngine On # Apply ONLY to media files RewriteCond %{REQUEST_URI} \.(mp4|jpg|jpeg|png|gif|webp)$ [NC] # Allow direct access (empty referer is allowed) RewriteCond %{HTTP_REFERER} !^$ # Allow your domain RewriteCond %{HTTP_REFERER} !^https://ramamza\.andjemztech\.com [NC] RewriteRule .* - [F,L] </IfModule> # ================================ # 🔥 RATE LIMITING (ANTI-BOT FLOOD) # ================================ <IfModule mod_evasive20.c> DOSHashTableSize 3097 DOSPageCount 10 DOSSiteCount 100 DOSPageInterval 1 DOSSiteInterval 1 DOSBlockingPeriod 600 </IfModule> # ================================ # 🔥 BLOCK ABUSIVE IP (SINGLE HOST) # ================================ <RequireAll> Require all granted Require not ip 135.129.124.113 </RequireAll> # ================================ # 🔥 WP ROCKET / CACHE SETTINGS # ================================ AddDefaultCharset UTF-8 <IfModule mod_mime.c> AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml </IfModule> <IfModule mod_headers.c> Header unset ETag </IfModule> FileETag None # ================================ # 🔥 EXPIRATION RULES # ================================ <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" ExpiresByType text/html "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType image/jpg "access plus 4 months" ExpiresByType image/jpeg "access plus 4 months" ExpiresByType image/png "access plus 4 months" ExpiresByType image/webp "access plus 4 months" ExpiresByType video/mp4 "access plus 4 months" </IfModule> # ================================ # 🔥 GZIP COMPRESSION # ================================ <IfModule mod_deflate.c> SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/json </IfModule> # ================================ # 🔥 WORDPRESS CORE (DO NOT EDIT) # ================================ <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule>