I have a view that takes the forms:
view/foo/bar - all nodes with category foo and subcategory bar view/baz - all nodes with category baz etc
However, I'd like the view to exist at
foo/bar/view baz/view etc
Assuming there's hundreds of urls, so creating url aliases for each one is out, is the only way to do this via htaccess and rewriting view/[a-z]/[a-z] or is there a more Drupally/easier way?
Il 24/11/2010 15:19, DTH ha scritto:
I have a view that takes the forms:
view/foo/bar - all nodes with category foo and subcategory bar view/baz - all nodes with category baz etc
However, I'd like the view to exist at
foo/bar/view baz/view etc
Assuming there's hundreds of urls, so creating url aliases for each one is out, is the only way to do this via htaccess and rewriting view/[a-z]/[a-z] or is there a more Drupally/easier way?
I suppose pathauto is what you're looking for, or close to it.
http://drupal.org/project/pathauto