Thomas Lamprecht
Member
Hi,
I wanted to ask if it's possible to implement a basic RewriteRule in front of the XenForo Route class/engine?
Or if there is another easy way to get Rule like
RewriteRule ^threads/(\d+)-(\w+)$ threads/$2.$1 [R]
Working.
I tried adding a route class but not every format gets through to this class, sometimes a match function on a higher level succeeds and so the request gets redirected to / while loosing the whole path
Best regards,
Tom
I wanted to ask if it's possible to implement a basic RewriteRule in front of the XenForo Route class/engine?
Or if there is another easy way to get Rule like
RewriteRule ^threads/(\d+)-(\w+)$ threads/$2.$1 [R]
Working.
I tried adding a route class but not every format gets through to this class, sometimes a match function on a higher level succeeds and so the request gets redirected to / while loosing the whole path
Best regards,
Tom