Magento 1.7.0.2 redirect loop on certain product pages -


in magento 1.7.0.2 (multistore) have product pages giving me infinite 301 redirect loop. have tried clearing cache en reindexing.

the problem occurs products have duplicate product title (magento generated random number @ end of url).

on development environment truncate of core_url_rewrite , fresh reindex solves problem, though i'd rather not use solution since lot of products new url (bad seo).

redirects:

  • producturl-385.html redirects producturl-524.html
  • producturl-524.html redirects producturl-385.html

in url rewrite management above request paths available once following target paths:

  • producturl-385.html - target path: producturl-524.html
  • producturl-524.html - target path: catalog/product/view/id/7870

i have no clue why producturl-524.html gets redirected producturl-385. there way find out , why redirect happening?

thanks.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -