One Hat Cyber Team
Your IP :
216.73.216.84
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
/
api.andjemztech.com
/
View File Name :
.htaccess__
<IfModule mod_rewrite.c> RewriteEngine On # Prevent infinite redirects RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f # Route all requests to index.php (Laravel front controller) RewriteRule ^ index.php [L] </IfModule> # Allow all methods (GET, POST, PUT, DELETE, OPTIONS) <LimitExcept GET POST PUT DELETE OPTIONS> Require all denied </LimitExcept> # Disable mod_security for this directory (if your host allows this) <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> # Disable hotlink protection for API folder (if any) RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https?://(www\.)?api\.andjemztech\.com/ [NC] RewriteRule \.(.*)$ - [F,L] # CORS headers to allow API access from anywhere (adjust as needed) <IfModule mod_headers.c> Header unset Content-Type </IfModule>