You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ki Song <ki...@knifecenter.com> on 2007/12/27 18:54:18 UTC

[users@httpd] Mod Rewrite Rules For more than 1 querystring

We have dynamic urls that we "hand code" into some of our static pages.

This is an example:
http://www.knifecenter.com/kc_new/store_store.html?ttl=Boy%20Scout%20Knives&
srch=eqKEYWORDdatarq%3Dscout

Here are the parameters:
Ttl = title of page
Srch = beginning of search parameter list
Eq = equals, as opposed to gt (greater than), lt (less than), etc.
KEYWORD = the KEYWORD parameter. We have dozens of other parameters that we
regularly search by: category, blade length, etc.
%3D = "equal sign" in unicode / URL Friendly
Scout = the actual search word.

What is the best way to use MOD REWRITE so that all of these parameters will
become search engine friendly?

---------
Regards,
Ki Song



---------------------------------------------------------------------
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