Forum Moderators: phranque
For example an url on my site may be [site.com...]
But when some users click it I see this request in the logile:
GET /test+AF8-it.php?var1+AD0-5+ACY-var2+AD0-10
This happens very rarely but still causes problems for a few users. Does anyone know what causes this and how to fix it?
thanks
telnet your_host 80
GET /your_page HTTP/1.1
Host: www.your_host.tld
Connection: close [2xEnter here]
and see the "plain text". Tak a look at the charset, that serwer returns at the top. Try to mess with AddDefaultCharset=XXX (change charset / comment etc.) in your httpd.conf.
Maybe it's serwer problem or maybe it's browser problem. You have to check it out, maybe using different browser.