X7ROOT File Manager
Current Path:
/var/softaculous/zen
var
/
softaculous
/
zen
/
??
..
??
.htaccess
(630 B)
??
NOTES.TXT
(2.03 KB)
??
_.htaccess
(195 B)
??
_index.php
(5.16 KB)
??
check_utf8.php
(2.36 KB)
??
clone.php
(6.76 KB)
??
edit.php
(4.81 KB)
??
edit.xml
(433 B)
??
favicon.ico
(1.37 KB)
??
fileindex.php
(204 B)
??
images
??
import.php
(3.41 KB)
??
index.php
(5.01 KB)
??
info.xml
(4.61 KB)
??
install.js
(924 B)
??
install.php
(10.77 KB)
??
install.xml
(1.61 KB)
??
md5
(11.71 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
robots.txt
(560 B)
??
upgrade
??
upgrade.php
(9.26 KB)
??
upgrade.xml
(277 B)
??
zen.sql
(98.3 KB)
??
zen.zip
(14.15 MB)
??
zenphoto.cfg.php
(4.41 KB)
Editing: .htaccess
# htaccess file version 1.4.12; # Rewrite rules are now handled by PHP code # See the file "zenphoto-rewrite.txt" for the actual rules # # These rules redirect everything not directly accessing a file to the Zenphoto index.php script # <IfModule mod_autoindex.c> IndexIgnore * </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase [[relativeurl]]/ RewriteCond %{REQUEST_URI} !(/$|\.) RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [L] RewriteRule ^.*/?$ index.php [L,QSA] </IfModule>
Upload File
Create Folder