1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-19 12:21:20 +02:00

Update CommonProblems.wiki.md

This commit is contained in:
Steve Clay
2015-09-29 15:57:40 -04:00
parent ed06912f74
commit 5793db9098

View File

@@ -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