- Original Poster
- #1
Hey All
Last year I 301'ed some category pages on my website www.sparetoolparts.co.uk (Magento website) in my .htaccess file. I never noticed until now that a few of these 301's didn't work, after having a look I now know why; check out my rewrite below:
RewriteRule ^makita/cordless-tools/radio.html http://www.sparetoolparts.co.uk/makita/cordless-tools/radio.html [L,R=301]
As you can see this will never resolve as it is always pointing to itself, so eventually it times out with a too many re-directs message.
I tried to solve the issue by simply removing this rewrite from my .htaccess but it hasn't fixed the issue at:
https://www.sparetoolparts.co.uk/makita/cordless-tools/radio.html
I would have thought this would have been an instant fix any ideas on the next step to solve this issue?
P.S
I have cleared the Magento Cache etc
Last year I 301'ed some category pages on my website www.sparetoolparts.co.uk (Magento website) in my .htaccess file. I never noticed until now that a few of these 301's didn't work, after having a look I now know why; check out my rewrite below:
RewriteRule ^makita/cordless-tools/radio.html http://www.sparetoolparts.co.uk/makita/cordless-tools/radio.html [L,R=301]
As you can see this will never resolve as it is always pointing to itself, so eventually it times out with a too many re-directs message.
I tried to solve the issue by simply removing this rewrite from my .htaccess but it hasn't fixed the issue at:
https://www.sparetoolparts.co.uk/makita/cordless-tools/radio.html
I would have thought this would have been an instant fix any ideas on the next step to solve this issue?
P.S
I have cleared the Magento Cache etc