X7ROOT File Manager
Current Path:
/var/softaculous/pimcore
var
/
softaculous
/
pimcore
/
📁
..
📄
.htaccess
(840 B)
📄
bundles.php
(124 B)
📄
config.yaml
(4.03 KB)
📄
database.yaml
(235 B)
📄
edit.php
(4.45 KB)
📄
edit.xml
(433 B)
📄
extend.php
(10.28 KB)
📄
fileindex.php
(291 B)
📁
images
📄
import.php
(4.46 KB)
📄
info.xml
(3.65 KB)
📄
install.js
(921 B)
📄
install.php
(10.05 KB)
📄
install.xml
(627 B)
📄
md5
(14.71 KB)
📄
notes.txt
(3.6 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
pimcore.sql
(51.98 KB)
📄
pimcore.zip
(107.06 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