Files
Website/public/thumbnails/.htaccess

6 lines
183 B
ApacheConf

RewriteEngine On
# Check if the requested file does not exist
RewriteCond %{REQUEST_FILENAME} !-f
# If it doesn't exist, serve the unknown.webp file
RewriteRule ^.*$ unknown.webp [L]