I need multiple $_GET
parameters for my plugin. It results in rather long and ugly url which is neither readable nor user-friendly.
I have installed the realurl
extension. It seems like I have to configure realurl
for every page. Is there a simple way to solve it?
What are the methods available to inject data into controller rather than GET parameter?