Hello Akeeba support and community,
YOOtheme just released version 5.0 of their page buider. Due to a refactoring of the image generation, an adjustment to the settings of the .htacess maker for users of Akeeba Admin Tools is necessary. If not applied, images might not display and the server might throw a 404 HTTP response.
There are two options to allow access to the media/yootheme/cache.
- remove the restriction to the whole media folder in the frontend directories where file type exceptions are allowed setting
- add a custom rule in the custom .htaccess rules at the top of the file setting with the following content
RewriteCond %{REQUEST_URI} ^/MY_PATH/media/yoothemeRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule .* index.php [L]Replace MY_PATH with your Joomla installation path.
Also see https://yootheme.com/support/question/171603#answer-562102
Kind regards
Thomas