On 9/24/07, tech user <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I need to rewrite a request url,but I'm not sure how to do it correctly.
> The incoming url form is like,
>
> http://www.example.com/script?param1=xx&param2=yy
>
> The desired rewritten url is,
>
> http://www.example.com/xx_yy.html
>
>
> Please help me the correct syntax.Thanks in advance.

See:
http://wiki.apache.org/httpd/RewriteQueryString

It is unclear to me exactly what you mean by "incoming" url and
"desired" url. What exactly is the user going to type in their browser
(or in their links), what do you want them to see in the URL bar of
their browser, and what exactly needs to be called on the server?

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to