kace wrote:
can anyone help me iron out the rule on how i could go about prettying up
the following url in urlrewrite
www.myurl.com/public/product.html?id=1 to say
www.myurl.com/product-prettier-name.html


http://tuckey.org/urlrewrite/ has manuals for the various versions

Probably something like:

<rule>
  <from>^/product-prettier-name.html$</from>
  <to type="redirect">/public/product.html?id=1</to>
</rule>

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to