X7ROOT File Manager
Current Path:
/var/softaculous/snipeit
var
/
softaculous
/
snipeit
/
📁
..
📄
.env
(5.67 KB)
📄
.htaccess
(536 B)
📄
clone.php
(9.99 KB)
📄
edit.php
(4.67 KB)
📄
edit.xml
(433 B)
📄
extend.php
(9.98 KB)
📄
fileindex.php
(828 B)
📁
images
📄
import.php
(3.12 KB)
📄
info.xml
(4.8 KB)
📄
install.js
(924 B)
📄
install.php
(4.75 KB)
📄
install.xml
(4.04 KB)
📄
md5
(1.67 KB)
📄
notes.txt
(1.15 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
snipeit.sql
(82.66 KB)
📄
snipeit.zip
(59.01 MB)
📄
update_pass.php
(554 B)
Editing: .htaccess
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> # Make sure .env files not not browseable if in a sub-directory. <FilesMatch "\.env$"> # Apache 2.2 <IfModule !authz_core_module> Deny from all </IfModule> # Apache 2.4+ <IfModule authz_core_module> Require all denied </IfModule> </FilesMatch> </IfModule> <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public </IfModule>
Upload File
Create Folder