You are not logged in.
Pages: 1
When I edit a page (make it too long?) and submit, I get an error from Apache:
Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.
Apache/2.0.55 (Win32) PHP/5.1.2 Server at alf4all.demon.nl Port 80
Is there a ristriction for the number of byte to submit?
Greetings...
Wijnand
Offline
I'm not sure but you could check if the form post is happening with 'POST' or 'GET'. If you use 'GET' it will end up in the URI so that might be your problem. Try using POST instead.
Last edited by Mousy (2006-03-12 18:33:45)
Offline
Pages: 1