From 1f51c86ee4b9a2f154fa69a744ada8048588ffda Mon Sep 17 00:00:00 2001 From: Saqib Razzaq Date: Tue, 20 Sep 2016 14:59:13 +0500 Subject: [PATCH] Fixed: https://github.com/arslancb/clipbucket/issues/254 --- upload/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/.htaccess b/upload/.htaccess index 67b71b83..62ae16ab 100644 --- a/upload/.htaccess +++ b/upload/.htaccess @@ -89,7 +89,7 @@ RewriteRule ^collections/?$ collections.php [L] RewriteRule ^photos/(.*)/(.*)/(.*)/(.*)/(.*) photos.php?cat=$1&sort=$3&time=$4&page=$5&seo_cat_name=$2 [L] RewriteRule ^photos/([0-9]+) photos.php?page=$1 [L] RewriteRule ^photos/?$ photos.php [L] -RewriteRule ^collection/(.*)/(.*)/(.*) view_collection.php?cid=$1&type=$2&%{QUERY_STRING} [L] +RewriteRule ^collection/(.*)/(.*)/(.*) view_collection.php?cid=$1&type=$2&page=$3 [L] #Photo Section RewriteRule ^item/(.*)/(.*)/(.*)/(.*) view_item.php?item=$3&type=$1&collection=$2 [L]