Multiple URLs from one php page with multiple URL variables?
Posted: Wed Dec 14, 2005 10:09 pm
I have a search page (in my drupal powered website) that uses URL variables to sort data and populate the title.
How can I turn my url from this:
"http://mysite.com/mysearch?Foo1=Bar1&Fo ... &Foo3=Bar3"
with Title = "Bar1 Bar2 TEXT Bar3"
to this:
"http://mysite.com/Bar1/Bar2/TEXT/Bar3" ?
Is this possible? Do I need a mod-re-write or something? (Drupal has a Pathauto module that does some mod re-write stuff - anyone know about this?)
Thanks!
How can I turn my url from this:
"http://mysite.com/mysearch?Foo1=Bar1&Fo ... &Foo3=Bar3"
with Title = "Bar1 Bar2 TEXT Bar3"
to this:
"http://mysite.com/Bar1/Bar2/TEXT/Bar3" ?
Is this possible? Do I need a mod-re-write or something? (Drupal has a Pathauto module that does some mod re-write stuff - anyone know about this?)
Thanks!