bratiask / cleopas
Silvestripe Widgets Library
4.3.4
2020-08-19 16:01 UTC
Requires
- php: >=7.4
- deployer/deployer: ^6
- league/glide: ^1.1
- nette/forms: ^2.4
- nette/utils: ^2.4
- pimple/pimple: ~3.0
- silverstripe/asset-admin: ~1
- silverstripe/cms: ^4.3
- silverstripe/errorpage: ~1
- silverstripe/framework: ^4.3
- silverstripe/googlesitemaps: ^2
- symbiote/silverstripe-gridfieldextensions: ^3
- twig/twig: ^1
README
DelayedJobs: "silverstripe/queuedjobs": "^2.8",
.htaccess
RewriteCond %{REQUEST_METHOD} ^GET|HEAD$
RewriteCond %{QUERY_STRING} ^$
RewriteCond %{REQUEST_URI} /(.*[^/])/?$
RewriteCond %{DOCUMENT_ROOT}/html-cache/live/%1.html -f
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* /html-cache/live/%1.html [END]
RewriteCond %{REQUEST_METHOD} ^GET|HEAD$
RewriteCond %{QUERY_STRING} ^$
RewriteCond %{REQUEST_URI} ^/?$
RewriteCond %{DOCUMENT_ROOT}/html-cache/live/home.html -f
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/?$ /html-cache/live/home.html [END]
RewriteCond %{REQUEST_URI} !^/images/it-.*$
RewriteCond %{REQUEST_URI} ^/images(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* %1 [QSA,L]
RewriteCond %{REQUEST_URI} ^/images(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* image.php?url=%1 [QSA,L]