⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.108
Server IP:
97.74.83.112
Server:
Linux 112.83.74.97.host.secureserver.net 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
Server Software:
Apache
PHP Version:
8.2.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
trinadezambia
/
public_html
/
student_panel
/
View File Name :
.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^/.well-known/acme-challenge/(.*) /.well-known/acme-challenge/$1 [L] # ✅ Proxy _next/image to Node.js (MUST be before static rule) RewriteRule ^_next/image http://127.0.0.1:8004/_next/image [P,QSA,L] # ✅ Serve _next/static files directly from disk RewriteRule ^_next/static/(.*) .next/static/$1 [L] # Allow access to static files with specific extensions RewriteCond %{REQUEST_URI} \.(js|css|svg|jpg|jpeg|png|gif|ico|woff2|webp)$ RewriteRule ^ - [L] RewriteRule ^index.html http://127.0.0.1:8004/$1 [P] RewriteRule ^index.php http://127.0.0.1:8004/$1 [P] RewriteRule ^/?(.*)$ http://127.0.0.1:8004/$1 [P] </IfModule>