/var/softaculous/thbees
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess13440644editdlrm
clone.php141630644editdlrm
edit.php66170644editdlrm
edit.xml4470644editdlrm
extend.php20530644editdlrm
fileindex.php3860644editdlrm
import.php40110644editdlrm
info.xml33930644editdlrm
install.js11500644editdlrm
install.php109210644editdlrm
install.xml14280644editdlrm
md537140644editdlrm
notes.txt15090644editdlrm
settings.inc.php6100644editdlrm
update_pass.php12130644editdlrm
update_rijndael.php12070644editdlrm
Edit: /var/softaculous/thbees/.htaccess (1344B)
# ~~start~~ Do not remove this comment, thirty bees will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automatically generated by thirty bees e-commerce open-source solution # http://www.thirtybees.com - http://www.thirtybees.com/forums SetEnv HTTP_MOD_REWRITE On RewriteEngine on # Domain: [[domhost]] RewriteRule . - [E=REWRITEBASE:[[relativeurl]]/] # Webservice API RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType font/woff .woff AddType font/woff2 .woff2 Header set Access-Control-Allow-Origin "*" #If rewrite mod isn't enabled ErrorDocument 404 [[relativeurl]]/index.php?controller=404 # ~~end~~ Do not remove this comment, thirty bees will keep automatically the code outside this comment when .htaccess will be generated again