From 33f0d83cf7961bd12cc95903d4326cf00a39f22d Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 23 Apr 2024 11:28:17 +1000 Subject: [PATCH] fix path for unknown.webp --- public/thumbnails/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/thumbnails/.htaccess b/public/thumbnails/.htaccess index 46a1041..3788b76 100644 --- a/public/thumbnails/.htaccess +++ b/public/thumbnails/.htaccess @@ -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]