06-21-2009, 06:00 AM
[eluser]ech0[/eluser]
Hi,
I've created a traffic controller, which validates a request and redirects it accordingly. The only problem left, is the URL.
The idea is that if I access <b>/about-us/param1/param2</b>, I see the output of <b>/modules/text/2/param1/param2</b> and the actual URL stays the same (<b>/about-us/param1/param2</b>). So basically, is there a way to keep an initial URL, but access different controller's methods (with an option to pass parameters to them)?
Thank you in advance!
Hi,
I've created a traffic controller, which validates a request and redirects it accordingly. The only problem left, is the URL.
The idea is that if I access <b>/about-us/param1/param2</b>, I see the output of <b>/modules/text/2/param1/param2</b> and the actual URL stays the same (<b>/about-us/param1/param2</b>). So basically, is there a way to keep an initial URL, but access different controller's methods (with an option to pass parameters to them)?
Thank you in advance!