Skip to content

Instantly share code, notes, and snippets.

@esedic
Created January 25, 2026 15:46
Show Gist options
  • Select an option

  • Save esedic/7399c72f98550a7ba61117a6b78db3ec to your computer and use it in GitHub Desktop.

Select an option

Save esedic/7399c72f98550a7ba61117a6b78db3ec to your computer and use it in GitHub Desktop.
Solution for missing images in YOOtheme Pro 5
# Joomla
RewriteCond %{REQUEST_URI} ^/media/yootheme
# WordPress
RewriteCond %{REQUEST_URI} ^/wp-content/uploads/yootheme
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment