XF 1.2 [solved] Route Filters: link-forums/ => /forums blocks whole forum

It works when redirecting both "link-forums" and "forums" to a new created route:

first route filter: link-forums/ => forum
second route filter: forums/ => forum
 
This would be expected behavior. You're saying that everything in link-forums/ means forums/ and by extension, everything in forums/ is in link-forums/. You can create filters that have the potential to break things if you do this.
 
Top Bottom