changing controller path
Permalink
say, i have a controller called blog, that has a view function and accepts id number as the argument.
the way the url is generated is
example.com/blog/-/view/1
is there a way for me to remove the hyphen in the url? or simply mask it with another text?
is it possible?
anyone can point me to the documentation where the hyphen is accessed?
the way the url is generated is
example.com/blog/-/view/1
is there a way for me to remove the hyphen in the url? or simply mask it with another text?
is it possible?
anyone can point me to the documentation where the hyphen is accessed?