X7ROOT File Manager
Current Path:
/var/softaculous/precurio
var
/
softaculous
/
precurio
/
📁
..
📄
.htaccess
(562 B)
📄
_index.php
(4.07 KB)
📄
edit.php
(4.19 KB)
📄
edit.xml
(447 B)
📄
fileindex.php
(89 B)
📁
images
📄
import.php
(2.94 KB)
📄
index.php
(264 B)
📄
info.xml
(3.65 KB)
📄
install.js
(924 B)
📄
install.php
(4.91 KB)
📄
install.xml
(1.49 KB)
📄
license.txt
(574 B)
📄
md5
(2.67 KB)
📄
notes.txt
(298 B)
📁
php53
📁
php56
📁
php71
📁
php81
📄
precurio.ini
(12.87 KB)
Editing: .htaccess
# The rules below basically say that if the file exists in the tree, just # serve it; otherwise, go to index.php. This is more future-proof for your # site, because if you start adding more and more content types, you don't # need to alter the .htaccess to accomodate them. # This is an important concept for the Front Controller Pattern which the # ZF MVC makes use of. RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L]
Upload File
Create Folder