Hi there
Im trying to redirect my current URL structure to friendly URLs. I want to redirect the following scenarios:
example.com/test.php >> example.com/testing
example.com/test.php?id=1 >> example.com/testing/1
example.com/test.php?id=so
metext >> example.com/testing/somete
xt
example.com/test.php?id=so
metext&id2
=moretext >> example.com/testing/somete
xt/moretex
t
I can get it to work to use example.com/test.php if a user enters example.com/testing, however I get inifite loop problems to redirect the old url to the new friendly url.
Thanks a million. If you can supply htaccess code for above examples I'll be up and running
Cheers
Mark