TYPO3 decode realurl in userfunc
问题 I have made an userFunc to make nice urls in my own extension. How do I decode the urls so that TYPO3 will show the right product? I think that the uid of the product will be somewhere so that I can use it. Am I right? 回答1: If I remember correctly, you don't have to decode anything. RealURL sets the $_GET variables back to what they would be if RealURL wasn't used. So if your URL contains... &tx_origkentaurproducts_kentaurproductsfe[action]=show ...and RealURL transforms it for example to...