b2evo: 6.7.3
How to edit the url settings in b2evolution?
Goal:
Instead of:
http://example.com/2016/05/29/post-title/a-b-c
i would like to have:
http://example.com/2016/05/29/post_title/a_b_c
With TYPO3 I would modify the realurlconf-ig file: 'spaceCharacter' => ''
What is the realurl_conf in b2evolution? :)
Thanks.
@northlight using dashes instead of underscores is almost a de-facto standard for URL formatting.
Currently, there is no way to make configurations at this level, since the replacing character for "weird" characters is hardcoded in the core of b2evolution (https://github.com/b2evolution/b2evolution/blob/release/6.7.x/inc/locales/_charset.funcs.php#L165), contained in a general use section of the code which is related to many other features of the system. So, even if we agree with the idea of setting a parameter for this, it would be complex indeed.