popowich Active member May 14, 2015 #1 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.
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.
Mike XenForo developer Staff member May 16, 2015 #2 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). Upvote 0 Downvote
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).