Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infinite redirect loop #15

Open
gerritvanaaken opened this issue Jun 22, 2023 · 0 comments
Open

infinite redirect loop #15

gerritvanaaken opened this issue Jun 22, 2023 · 0 comments

Comments

@gerritvanaaken
Copy link

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']?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant