rewriting single url help

Posted by Rich on Stack Overflow See other posts from Stack Overflow or by Rich
Published on 2010-03-13T14:07:17Z Indexed on 2010/03/13 14:15 UTC
Read the original article Hit count: 272

Hi,

I'm trying to rewrite the following url:

index.php?route=checkout/cart

to

/cart

using:

RewriteRule ^index.php?route=checkout/cart$ /basket [L] 

However it doesn't seem to work. Anyone know what I'm doing wrong?

Thanks

© Stack Overflow or respective owner

Related posts about mod-rewrite

Related posts about friendly-url