What is the syntax to rewrite this

http://www.example.com/cart/index.php?main_page=product_info&cPath=8&products_id=22

to this? http://www.example.com/class-registration

Note: RewriteBase has to be / because other rules depend on it.

link|improve this question
Show what you have got so far – LazyOne Jul 16 '11 at 18:39
feedback

1 Answer

The exact and working answer to your question is:

RewriteRule cart/index.php?main_page=product_info&cPath=8&products_id=22 class-registration [L]

But I'm pretty sure your question wasn't actually what you meant...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.