fix path for unknown.webp

This commit is contained in:
2024-04-23 11:28:17 +10:00
parent 3a35c28f1d
commit 33f0d83cf7

View File

@@ -2,4 +2,4 @@ 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 ^.*$ /path/to/unknown.webp [L]
RewriteRule ^.*$ unknown.webp [L]