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]
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
.htaccess | File | 840 B | 0644 |
|
bundles.php | File | 124 B | 0644 |
|
config.yaml | File | 4.03 KB | 0644 |
|
database.yaml | File | 235 B | 0644 |
|
edit.php | File | 4.41 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
extend.php | File | 10.29 KB | 0644 |
|
fileindex.php | File | 291 B | 0644 |
|
import.php | File | 4.46 KB | 0644 |
|
info.xml | File | 3.65 KB | 0644 |
|
install.js | File | 921 B | 0644 |
|
install.php | File | 10.08 KB | 0644 |
|
install.xml | File | 627 B | 0644 |
|
md5 | File | 4.29 KB | 0644 |
|
notes.txt | File | 3.56 KB | 0644 |
|
services.yaml | File | 2.82 KB | 0644 |
|
update_pass.php | File | 499 B | 0644 |
|