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

Reply via email to