Single page with hyphen in url
Permalink
Hello. I have a working single page with its controller. However, I'm using dash as a separator. SEO would like me to use hyphen instead. If I do, the view works fine, but the controller is not executed anymore. I guess this is because the class loader uses dash as a word separator. Is there a way to make this work ?
Also, is there a way to have the URL start with a number ? This would lead to an invalid controller name, but it is allowed to have an URL like 123-word.
Thanks !
Also, is there a way to have the URL start with a number ? This would lead to an invalid controller name, but it is allowed to have an URL like 123-word.
Thanks !
You could certainly try reporting the number issue as well, but no promises it will get addressed.