X7ROOT File Manager
Current Path:
/var/softaculous/pimcore
var
/
softaculous
/
pimcore
/
??
..
??
.htaccess
(840 B)
??
bundles.php
(124 B)
??
config.yaml
(3.87 KB)
??
database.yaml
(235 B)
??
edit.php
(4.44 KB)
??
edit.xml
(433 B)
??
extend.php
(10.26 KB)
??
fileindex.php
(278 B)
??
images
??
import.php
(4.47 KB)
??
info.xml
(3.65 KB)
??
install.js
(921 B)
??
install.php
(10.12 KB)
??
install.xml
(627 B)
??
md5
(2.65 KB)
??
notes.txt
(3.82 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
pimcore.sql
(52.13 KB)
??
pimcore.zip
(102.84 MB)
??
services.yaml
(2.82 KB)
??
update_pass.php
(499 B)
Editing: .htaccess
RewriteEngine On RewriteRule ^(.*)$ public/$1 # ASSETS: check if request method is GET (because of WebDAV) and if the requested file (asset) exists on the filesystem, if both match, deliver the asset directly RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) RewriteCond [[softpath]]/public/var/assets%{REQUEST_URI} -f RewriteRule ^(.*)$ /var/assets%{REQUEST_URI} [PT,L] # Thumbnails RewriteCond %{REQUEST_URI} .*/(image|video)-thumb__[\d]+__.* RewriteCond [[softpath]]/public/var/tmp/thumbnails%{REQUEST_URI} -f RewriteRule ^(.*)$ /var/tmp/thumbnails%{REQUEST_URI} [PT,L] # static pages RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) RewriteCond %{QUERY_STRING} !(pimcore_editmode=true|pimcore_preview|pimcore_version) RewriteCond [[softpath]]/public/var/tmp/pages%{REQUEST_URI}.html -f RewriteRule ^(.*)$ /var/tmp/pages%{REQUEST_URI}.html [PT,L]
Upload File
Create Folder