moho
(Goldendegree)
1
I need to pass the page parameter into seo-friendly url. Currently,we can have
Notice I replace "/" with "_", but the "/*" will automatically add "/"again.
For example, I want:
instead of:
Is it possible to replace / with a customized letter such as "_" in the configuration file?
qiang
(Qiang Xue)
2
Remove '/*' from your pattern because it indicates other GET params should be appended using path format.
moho
(Goldendegree)
3
I just did it. Will try to figure out a way to replace the Get format.