You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Wil Hatfield <wi...@hvhm.net> on 2004/01/20 09:56:07 UTC

RE: [users@httpd] Another mod_rewrite question

Alltheweb.com keeps listing dynamic URLs by replacing the & in the query
string with &amp; and this isn't acceptable. How can I use mod_rewrite to
change it back so the page will come up properly.

I simply want to replace  &amp; with &

Wil


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Another mod_rewrite question

Posted by Wil Hatfield <wi...@hvhm.net>.
Perhaps I wasn't clear enough. I want to do a substitution from &amp; to &
so that the following occurs.

When someone accesses:
/Merchant2/merchant.mvc?Screen=CTGY&amp;Category_Code=LFR

I want it to rewrite to:
/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=LFR

Thanks in advance,

Wil




---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org