Forum Moderators: phranque
I have a breadcrumb trail that looks like
Article Home > Customer Service > About us
each link takes the user to:
article.php?article=HOME
article.php?article=CUSTOMERSERVICE
article.php?article=ABOUT
I would like these links to be (script written already)
article
article/customerservice
article/customerservice/about
any ideas on how i can achieve this with the .htaccess file. Pease help!