On Tue, Mar 15, 2005 at 02:27:53PM -0800, Terrence Brannon wrote: > Something unusual is happening. The access log shows a url which > contains > "?STRING=adf" (the fourth line down). The backslashes at 80 characters > are due to line-wrapping and are not a part of the actual query string > > However, the rewrite log shows a URL truncated just before "?STRING=adf" > : > > 1/ What might cause a URL to be truncated between the time the request > is received and the mod_rewrite stage? It's not being truncated; the items after the '?' aren't part file being requested, they're the query string. The items after the first question mark are included because the '?' is URI escaped (%3F) in the request. --n -- <huey> dd of=/dev/fd0 if=/dev/flippy bs=1024 <huey> ^^^ Making Flippy Floppy --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx