From 5793db909888130f01d81b36aff736632188957d Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Tue, 29 Sep 2015 15:57:40 -0400 Subject: [PATCH] Update CommonProblems.wiki.md --- docs/CommonProblems.wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommonProblems.wiki.md b/docs/CommonProblems.wiki.md index 29168c8..fcf5297 100644 --- a/docs/CommonProblems.wiki.md +++ b/docs/CommonProblems.wiki.md @@ -10,7 +10,7 @@ This is usually due to an unusual server setup. You can see the cause of 400 res ## Long URL parameters are ignored -Some server setups will refuse to populate very long `$_GET` params. Use groups to shorten the URLs. +Some server setups will refuse to populate very long `$_GET` params. Use [groups](UserGuide.wiki.md#using-groups-for-nicer-urls) to shorten the URLs. ## PHP/Apache crashes