/var/softaculous/zen
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
upgrade/-0755rm
.htaccess6300644editdlrm
check_utf8.php24180644editdlrm
clone.php69210644editdlrm
edit.php49270644editdlrm
edit.xml4330644editdlrm
favicon.ico14060644editdlrm
fileindex.php2040644editdlrm
import.php34880644editdlrm
index.php51300644editdlrm
info.xml47220644editdlrm
install.js9240644editdlrm
install.php110300644editdlrm
install.xml16480644editdlrm
md5119960644editdlrm
NOTES.TXT20770644editdlrm
robots.txt5600644editdlrm
upgrade.php94780644editdlrm
upgrade.xml2770644editdlrm
zenphoto.cfg.php45190644editdlrm
_.htaccess1950644editdlrm
_index.php52870644editdlrm
Edit: /var/softaculous/zen/.htaccess (630B)
# 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 # IndexIgnore * 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]