diff --git a/.docs/README.md b/.docs/README.md index bedb777..d5a666a 100644 --- a/.docs/README.md +++ b/.docs/README.md @@ -24,14 +24,14 @@ extensions: Configure extension: ```neon imageStorage: - data_path: %wwwDir%/../public/data # Filesystem location - data_dir: data # Relative path - algorithm_file: sha1_file # Algorithm to take image prefix directory from - algorithm_content: sha1 # ... - quality: 85 # Default wuality when cropping - default_transform: fit # Default crop transformation - noimage_identifier: images/noimage/no-image.png # No-image image - friendly_url: false # Create friendly URLs? + data_path: %wwwDir%/../public/data # Filesystem location + data_dir: data # Relative path + algorithm_file: sha1_file # Algorithm to take image prefix directory from + algorithm_content: sha1 # ... + quality: 85 # Default wuality when cropping + default_transform: fit # Default crop transformation + noimage_identifier: images/noimage/no-image.png # No-image image + friendly_url: false # Create friendly URLs? ``` ## Images @@ -167,7 +167,7 @@ imageStorage: 2) Alter your `.htaccess` file: -```htaccess +``` # Images Storage conversion with directory suffix RewriteCond %{QUERY_STRING} _image_storage RewriteRule ^(\w+)/(\w+)/(\w+)/([^/]+)/(.+)\.(.+) $1/$2/$3/$5.$4.$6 [L]