开发者

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

开发者 https://www.devze.com 2023-03-23 08:43 出处:网络
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 U开发者_开发技巧RLs so that I get the structure /fo

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 U开发者_开发技巧RLs 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.


This has now been added to solutons.

See "URL rewriting and fancy URL SEO optimization".

0

精彩评论

暂无评论...
验证码 换一张
取 消