Forum Moderators: phranque

Message Too Old, No Replies

Htaccess Help

I have a breadcrumb trail that looks like...

         

Resh

11:52 am on Oct 24, 2007 (gmt 0)

10+ Year Member



Hi all

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!

g1smd

10:48 pm on Oct 24, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The "friendly" URLs need to be physically placed in the clickable links in the HTML pages.

Use ModRewrite to take those requests and rewrite them to use the parameter-driven internal server filepath.

There are several examples of the same thing posted in the last few days.

jdMorgan

1:42 am on Oct 25, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This thread [webmasterworld.com] from our forum library describes the whole process.

Jim