Whenever I have heavy traffic to certain page Magento adds "-1" to the URL and if the traffic maintains it adds "-1-1" and so so on. This makes it impossible to link back to my website.
- Which "certain page"? And what do you mean by "Magento adds": is this how the link is built, or is this added via redirect? What happens when you try to visit this page directly and add -1 yourself?benmarks– benmarks2013-05-11 14:16:56 +00:00Commented May 11, 2013 at 14:16
- The page that traffic directed to it. The link is not built with any -1, they don't get redirected they just get error 404c s h– c s h2013-05-12 01:43:24 +00:00Commented May 12, 2013 at 1:43
Add a comment |
1 Answer
The only time Magento will append -1 to a URL is when you duplicate a product - it won't do it in any other circumstance.
Your issue will be caused by custom code.
Follow the debug guide to the letter, Fundamentals for debugging a Magento store
- That exactly is mt point, they are not duplicates but it still adds the '-1'c s h– c s h2013-05-12 01:41:31 +00:00Commented May 12, 2013 at 1:41