prestaprova Posted April 29 Share Posted April 29 (edited) 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 Permanentlyhttps://pcbfacile.com/de/192-led 302 Movedhttps://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. Edited April 29 by prestaprova adde tags (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted April 29 Share Posted April 29 The message is clear, url are differents from redirection and final 😉 You should use Redirect 301 /de/display-a-led/160-Produkt-nicht-verfuegbar.html /de/192-leds Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now