XF 1.4 Tags to searches

popowich

Active member
Is there a way to rewrite tags/{example}.html into a successful search results page for {example}?

I think the thing that's tripping me up is that the search wants to record a search id in it's results url.
 
Don't use the search results page. You'd just rewrite it to <url>/index.php?search/search&keywords={example} (or <url>/search/search?keywords={example} depending on friendly URL usage).
 
Top Bottom