1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 21:28:14 +01:00

Update CommonProblems.wiki.md

This commit is contained in:
Steve Clay 2015-09-29 15:55:37 -04:00
parent 6e8a656480
commit ed06912f74

View File

@ -8,6 +8,10 @@ See [UriRewriting](UriRewriting.wiki.md).
This is usually due to an unusual server setup. You can see the cause of 400 responses using FirePHP (See [Debugging](Debugging.wiki.md)).
## Long URL parameters are ignored
Some server setups will refuse to populate very long `$_GET` params. Use groups to shorten the URLs.
## PHP/Apache crashes
[PCRE (which provides regular expressions) commonly crashes PHP](https://www.google.com/search?q=pcre+php+crash) and this is nearly impossible to solve in PHP code. Things to try: