By smithaa02 on
eg
I want to have a structure like this:
/widgets/ (this is page that lists all my widgets)
/widgets/a.html
/widgets/b.html
/widgets/c.html
How do I do this in drupal? If I name my page /widgets/ it doesn't work, because apparently trailing slashes don't work in drupal? Is there a workaround or module for this?