Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
pimcore /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-03-13 10:14
php53
[ DIR ]
drwxr-xr-x
2025-03-13 10:14
php56
[ DIR ]
drwxr-xr-x
2025-03-13 10:14
php71
[ DIR ]
drwxr-xr-x
2025-03-13 10:14
php81
[ DIR ]
drwxr-xr-x
2025-03-13 10:14
php82
[ DIR ]
drwxr-xr-x
2025-03-13 10:14
.htaccess
840
B
-rw-r--r--
2022-02-18 14:03
bundles.php
124
B
-rw-r--r--
2024-12-11 12:48
config.yaml
4.03
KB
-rw-r--r--
2024-12-11 12:48
database.yaml
235
B
-rw-r--r--
2021-12-23 13:18
edit.php
4.45
KB
-rw-r--r--
2025-03-12 15:41
edit.xml
433
B
-rw-r--r--
2021-12-23 13:18
extend.php
10.28
KB
-rw-r--r--
2025-03-12 15:41
fileindex.php
291
B
-rw-r--r--
2024-12-11 12:48
import.php
4.46
KB
-rw-r--r--
2025-03-12 15:41
info.xml
3.65
KB
-rw-r--r--
2025-03-12 11:30
install.js
921
B
-rw-r--r--
2021-12-23 13:18
install.php
10.05
KB
-rw-r--r--
2025-03-12 15:41
install.xml
627
B
-rw-r--r--
2021-12-23 13:18
md5
14.71
KB
-rw-r--r--
2025-03-12 15:41
notes.txt
3.6
KB
-rw-r--r--
2025-03-12 11:30
services.yaml
2.82
KB
-rw-r--r--
2021-12-23 13:18
update_pass.php
499
B
-rw-r--r--
2021-12-23 13:18
Save
Rename
RewriteEngine On RewriteRule ^(.*)$ public/$1 # ASSETS: check if request method is GET (because of WebDAV) and if the requested file (asset) exists on the filesystem, if both match, deliver the asset directly RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) RewriteCond [[softpath]]/public/var/assets%{REQUEST_URI} -f RewriteRule ^(.*)$ /var/assets%{REQUEST_URI} [PT,L] # Thumbnails RewriteCond %{REQUEST_URI} .*/(image|video)-thumb__[\d]+__.* RewriteCond [[softpath]]/public/var/tmp/thumbnails%{REQUEST_URI} -f RewriteRule ^(.*)$ /var/tmp/thumbnails%{REQUEST_URI} [PT,L] # static pages RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) RewriteCond %{QUERY_STRING} !(pimcore_editmode=true|pimcore_preview|pimcore_version) RewriteCond [[softpath]]/public/var/tmp/pages%{REQUEST_URI}.html -f RewriteRule ^(.*)$ /var/tmp/pages%{REQUEST_URI}.html [PT,L]