Help on redirects - You can do this?
-
AchLive
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 23
-
Thank you received: 0
-
-
10 years 1 month ago #3585
by AchLive
I hope I can explain well my problem.
I want to use ReDJ in conjunction with Community Builder to find out if user account is full of all data when they click on a specific link.
I explain my scenario.
I have a button "Inserisci Evento" and I want that when the user click on this link must be sent back page View Profile CB,
I set ReDJ this:
From Url /inserisci-evento.html$
To Url /il-tuo-profilo.html?profilo=verifica.
(?profilo=verifica I just need to manage the condition in CB). This works
After editing the profile if the user clicks again on add-evento.html ReDJ re-creates all the way around, this is normal.
To avoid this problem I created in another CB verification:
If the profile is complete then redirects me to page /inserisci-evento.html?profilo=ok ("? Profile = ok" I just need to manage the condition in ReDJ) which should no longer bring up the redirect that I created with ReDj.
At this point no longer works. I also tried to insert in ReDJ "Jump =? Profile = ok".
I would like to know if it is I who am wrong to use ReDj or her behavior is correct and what I want to do simply can not be done.
Thanks for the support
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 1 month ago #3587
by admin
Hi,
probably you didn't escape special chars like the queston mark (a literal ? must be \? in the From URL). Try these rules:
From URL: /inserisci-evento\.html$
To URL: {scheme}://{siteurl}/il-tuo-profilo.html?profilo=verifica
Request only: true (checked)
And:
From URL: /inserisci-evento\.html\?profilo=ok$
To URL: {scheme}://{siteurl}/<url inserisci evento>
Request only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
AchLive
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 23
-
Thank you received: 0
-
-
10 years 1 month ago #3588
by AchLive
Hi Admin, thanks for the reply.
It seems to be in the loop and blocks the site.
The second redirect I wrote it so
From URL: /inserisci-evento\.html\?profilo=ok$
To URL: {scheme}://{siteurl}/inserisci-evento.html
Request only: true (checked)
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 1 month ago #3596
by admin
It seems strange these rules cause a loop. Can you send me a dump of ReDJ table? I would like to check them from your rules table.
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds