How do I add a SEO friendly URL structure to the Melt Framework?

103 Views Asked by At

The standard URL structure of Melt uses underscores (_) for URLs.

I would however like to use a more SEO friendly URL structure with dashes (-) for URLs so that I get the structure /foo-bar/ instead of /foo_bar/.

I imagine that I need to rewrite the request somehow but I do not exactly see how.

1

There are 1 best solutions below

0
On

This has now been added to solutons.

See "URL rewriting and fancy URL SEO optimization".