Please see here the attached screenshot of both setups:
https://ibb.co/mtCJVzp
The position will have no impact on this.
Both of your redirects seem to be working. Note you have an extra a in the user agent for the first one.
Hello John,
thank you for the hint, didnt saw this.
When i am checking on my phone (and my girlfriend phone) then i am not redirected anymore.. I dont understand the issues with the plugin as sometimes its redirecting, sometimes not.
Now when checking, its not even redirecting the homepage, which worked before.
I now put the aesthetik setup back to the same group as the homepage setup and set it to position 1 (homepage is position 0). I will wait now some minutes to check if there is any time lag issue or so, but till now its not working.
Your phone may cache things. I have checked directly and the redirect is working fine.
deleted cache,
different browser
different devices
no redirection..
Which URL are you testing?
Redirecting with a user agent that matches your list:
curl -I https://adictivedesignbaustelle.de/aesthetik/ -A "iPod"
HTTP/2 301
x-redirect-by: redirection
location: https://adictivedesignbaustelle.de/m-aesthetik/
curl -I https://adictivedesignbaustelle.de/ -A "iPod"
HTTP/2 301
x-redirect-by: redirection
location: https://adictivedesignbaustelle.de/m-startseite/
Not redirecting because the user agent doesnt match:
curl -I https://adictivedesignbaustelle.de/
HTTP/2 200
Anything else you are seeing is down to either a cache on your device or internet access, or your user agent is just not matching. Based on my testing your redirect is doing what you have configured it to do.
Not redirecting because user agent doesnt match – how do you checked this? And is there a option to fix it?
Not redirecting because user agent doesnt match – how do you checked this
I’m not sure what you mean. The output I showed was for a non-matching user agent, and it did not redirect as configured in your redirects. Option to fix what?