From fc321139445f6ec1ec5566f88cc74968af9f354c Mon Sep 17 00:00:00 2001 From: ozhozh Date: Thu, 17 Sep 2009 19:25:13 +0000 Subject: [PATCH] Rewrite rule for stat page with short url aggregation git-svn-id: http://yourls.googlecode.com/svn/trunk@180 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions-install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/functions-install.php b/includes/functions-install.php index 039890e..428ae63 100644 --- a/includes/functions-install.php +++ b/includes/functions-install.php @@ -80,6 +80,7 @@ function yourls_create_htaccess() { 'RewriteCond %{REQUEST_FILENAME} !-d', 'RewriteRule ^([0-9A-Za-z]+)/?$ '.$path.'/yourls-go.php?id=$1 [L]', 'RewriteRule ^([0-9A-Za-z]+)\+/?$ '.$path.'/yourls-infos.php?id=$1 [L]', + 'RewriteRule ^([0-9A-Za-z]+)\+all/?$ '.$path.'/yourls-infos.php?id=$1&all=1 [L]', '', ); -- 2.45.0