× Here you can get community support related to ReDJ.

ReDJ Redirects Problem with %3F and %3D

More
8 years 9 months ago #4723 by AMNES
Replied by AMNES on topic ReDJ Redirects Problem with %3F and %3D
Hello,

I have the next Problem .

Another handy scanner passes the url with ?data=
and {preg_match 1}/checkmembership\.html%3Fdata%3D(.*)$/i{/preg_match} found this string not.
Can I used a OR ???
{preg_match 1}(/checkmembership\.html%3Fdata%3D(.*)$/i)||(/checkmembership\.html?data=(.*)$/i){/preg_match}

Can you help me.

Thank you so much
AMNES

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

More
8 years 9 months ago #4726 by admin
Replied by admin on topic ReDJ Redirects Problem with %3F and %3D
Hi AMNES,
try this:
From URL: ^/checkmembership\.html
To URL: {scheme}://{siteurl}/index.php?option=com_cardidcheck&view=cardidcheck&data={preg_match 2}/checkmembership\.html(%3Fdata%3D|\?data=)(.*)$/i{/preg_match}
Request only: true (checked)

Kind regards,
Luigi

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

Time to create page: 0.140 seconds