Re: [users@httpd] Rewrite A URL with a Questions Mark

2014-11-03 Thread Eric Covener
On Mon, Nov 3, 2014 at 6:20 PM, Jason Johnson wrote: > URL Request looks like this: http://site.com/iddetail.php?id=8 > ​http://wiki.apache.org/httpd/RewriteQueryString​

[users@httpd] Rewrite A URL with a Questions Mark

2014-11-03 Thread Jason Johnson
I want to rewrite a URL with a questions mark and I'm having alot of trouble getting this working. My requirement is that I have to do a match on the %{HTTP_HOST} first and from there I need to do a rewrite to a static URL. URL Request looks like this: http://site.com/iddetail.php?id=8 What