Jump to content

Redirection in file htaccess gives a strange result with redirect checker


Recommended Posts

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.

Edited by prestaprova
adde tags (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...