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> <IfModule mod_negotiation.c> Options -MultiViews -Indices </IfModule> RewriteEngine On # 1. Handle OPTIONS (Preflight) requests immediately # This prevents the request from even hitting Laravel's index.php RewriteCond %{REQUEST_METHOD} OPTIONS RewriteRule ^(.*)$ $1 [R=200,L] # 2. Redirect Trailing Slashes... RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # 3. Handle Front Controller RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> # 4. CORS Headers - Wrapped in mod_headers check to prevent 500 errors <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "http://localhost:3000" Header set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT" Header set Access-Control-Allow-Headers "Content-Type, Authorization, X-Requested-With, Accept" Header set Access-Control-Allow-Credentials "true" </IfModule>