/var/softaculous/precurio
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess5620644editdlrm
edit.php42860644editdlrm
edit.xml4470644editdlrm
fileindex.php890644editdlrm
import.php30060644editdlrm
index.php2640644editdlrm
info.xml37410644editdlrm
install.js9240644editdlrm
install.php50400644editdlrm
install.xml15270644editdlrm
license.txt5740644editdlrm
md552190644editdlrm
notes.txt2980644editdlrm
precurio.ini131780644editdlrm
_index.php41650644editdlrm
Edit: /var/softaculous/precurio/.htaccess (562B)
# 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]