× Here you can get community support related to ReDJ.

Forward parameters

  • Ext.Kerwejugend
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago #2746 by Ext.Kerwejugend
Forward parameters was created by Ext.Kerwejugend
Hi all together!

I think I'm just blind or a little dumb, but I can't find a solution for just forwarding one (or multiple) parameter(s).

From URL: page/in/joomla?param=1
To URL: another/page/in/joomla?param=1

I want parameter param=1 to be forwarded form the FROM-URL to the TO-URL that it looks like above.

How can I make that work? It didn't work with setting placeholders to param=$_GET; and redirect to another/page/in/joomla?${param}

I hope anyone can help me here...

Many thanks in advance!

Best regards
Stefan

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago - 9 years 9 months ago #2748 by admin
Replied by admin on topic Forward parameters
Hi Stefan,
maybe the problem can be solved just escaping the question mark (also destination MUST be absolute):
From URL: ^/page/in/joomla\?param=1
To URL: http://{siteurl}/another/page/in/joomla{queryfull}
Request only: true (checked)

Kind regards,
Luigi
Last edit: 9 years 9 months ago by admin.

Please Log in or Create an account to join the conversation.

  • Ext.Kerwejugend
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago #2749 by Ext.Kerwejugend
Replied by Ext.Kerwejugend on topic Forward parameters
Hi Luigi,
thanks for your suggestion. Unfortunately it doesn't work... If I user your syntax from above, I'm still forwarded without the parameter...
What else can I do? Furthermore I'd like to forward an unknown parameter (param won't alway be 1).

Could you help me here again?

Regards
Stefan

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #2750 by admin
Replied by admin on topic Forward parameters
Hi Stefan,
I'm not sure now to understand what you need. I need two or three full examples (from -> to) to catch the "common rule". You can post here or send me at info(at)selfget.com.

Regards,
Luigi

Please Log in or Create an account to join the conversation.

  • Ext.Kerwejugend
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago #2751 by Ext.Kerwejugend
Replied by Ext.Kerwejugend on topic Forward parameters
Hi Luigi,

sorry if my post was a bit ambiguous. Lets see the following examples:

FROM1: skr?param=1
TO1: http://{siteurl}/another/page/in/joomla?param=1

FROM2: skr?param=2
TO2: http://{siteurl}/another/page/in/joomla?param=2

FROM3: skr?param=3
TO3: http://{siteurl}/another/page/in/joomla?param=3

I hope you can understand now? The name of the parameter will always be the same, the value of it is variable.

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #2752 by admin
Replied by admin on topic Forward parameters
This should work (literally):
From URL: skr\?param=
To URL: http://{siteurl}/another/page/in/joomla{querybuildfull param}

Replace "param" with your real param name (e.g id)

Please Log in or Create an account to join the conversation.

Time to create page: 0.108 seconds