i want to redirect a product to a category,
so i added this rule to file htaccess
Redirect 301 /de/display-a-led/160-Produkt-nicht-verfuegbar.html /de/192-led
the product /de/display-a-led/160-Produkt-nicht-verfuegbar.html is correctly redirected
to the category /de/192-led
But the redirect checker gives me this result for the product
https://pcbfacile.com/de/display-a-led/160-Produkt-nicht-verfuegbar.html
301 Moved Permanently
https://pcbfacile.com/de/192-led
302 Moved
https://pcbfacile.com/de/192-leds
200 OK
Problems found:
You use 301 and 302 redirect at the same time. This might be confusing for search engine. Generally, please do not use 301 and 302 redirects at the same time.