On Tue, Feb 17, 2009 at 3:22 PM, Jones Scott - sjones <Scott.Jones@xxxxxxxxxx> wrote: > But I can't seem to get a rewrite rule that will work. Thus, I posted > this note for some help RewriteRules only work on the URL, not on the query string. if you also want to match the query string you need to add a RewriteCond that matches the %{QUERY_STRING} variable. For example (of the top of my head) RewriteCond %{QUERY_STRING} wsdl RewriteRule /webapp/webservice /staticfiles/wsdl Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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