# This makes https://yourdomain.com/scene.jpg work
# even though the actual file is scene.php

RewriteEngine On
RewriteRule ^scene\.(jpg|png|jpeg|gif|webp)$ scene.php [L]
