Reply to thread

In our case, without the str_replace hack the redirect URL for


https://www.computerbase.de/forum/forumdisplay.php?f=1


is


https://www.computerbase.de/forum/.#arbeitsspeicher-mainboards-und-cpus.1


instead of


https://www.computerbase.de/forum/#arbeitsspeicher-mainboards-und-cpus.1


Node 1 is a category.


It has something to do with $router->buildLink('nopath:' . $route) returning . in XF\Pub\Route\Category::build.


Back
Top Bottom