You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully used this plugin on several projects. This time it’s not working, maybe you have an idea!
After your Module has correctly updated $_GET['it'] to the correct path, ProcessWire does not simply fetch and show the content from this path, but instead it does a redirect to this location. Then your Module runs again and does – of course – a redirect to the original URL, resulting in an endlos redirect loop like this:
I have successfully used this plugin on several projects. This time it’s not working, maybe you have an idea!
After your Module has correctly updated
$_GET['it']
to the correct path, ProcessWire does not simply fetch and show the content from this path, but instead it does a redirect to this location. Then your Module runs again and does – of course – a redirect to the original URL, resulting in an endlos redirect loop like this:bnd.nicht.live > bnd.nicht.live/bnd.de > bnd.nicht.live > bnd.nicht.live/bnd.de
How can I prevent ProcessWire from physically redirect to the manipulated
$_GET['it']
?The text was updated successfully, but these errors were encountered: