Hi,
i want to redirect pages, which were not found (404), according to rules.
e. g. urs with "Berlin" should be redirected to
www.xyz.seminare-in-berlin.html, but only if the redirected page is not found.
But the page
www.xyz.de/contact/berlin.html should not be redirectes, because this page exists.
e. g. urs with "Hamburg" should be redirected to
www.xyz.seminare-in-hamburg.html, but only if the redirected page is not found.
But the page
www.xyz.de/contact/hamburg.html should not be redirectes, because this page exists.
i tried it with 200 internal Redirect, but it redirects regardless of the fact the page exists or not.
Skip is also not a solution, because it is an dynamic System and users can define names for new products and i hada to look every day for new "skips"!
Any suggestions?