From e65ef3f6450e8c1eb46ea6c31cde66b5dbef67cb Mon Sep 17 00:00:00 2001 From: Afterster Date: Mon, 23 Feb 2015 21:10:38 +0100 Subject: [PATCH] Fix thumb image url rewriting --- play/.htaccess.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play/.htaccess.dist b/play/.htaccess.dist index 65a6c349..58d46359 100644 --- a/play/.htaccess.dist +++ b/play/.htaccess.dist @@ -2,7 +2,7 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-s - RewriteRule ^art/([^/]+)/([^/]+)/([0-9]+)/thumb([0-9]*)\.([a-z]+)$ /image.php?object_type=$2&object_id=$3&auth=$1 [L] + RewriteRule ^art/([^/]+)/([^/]+)/([0-9]+)/thumb([0-9]*)\.([a-z]+)$ /image.php?object_type=$2&object_id=$3&auth=$1&thumb=$4&name=art.jpg [L] RewriteRule ^([^/]+)/([^/]+)(/.*)?$ /play/$3?$1=$2 [N,QSA] RewriteRule ^(/[^/]+|[^/]+/|/?)$ /play/index.php [L,QSA] \ No newline at end of file