I have created cms pages for example "warranty". In the Url key field I entered "warranty". I am displaying the cms pages in the navigation menu. So the warranty page is also displaying there. When I am on the home page or any other cms page and click on the warranty page it works fine and redirects me to the page "http://example.com/magento/index.php/warranty" but when I am on the cart page which has the url "http://example.com/magento/index.php/checout/cart" and then click on the warranty page it redirects me to the path "http://example.com/magento/index.php/checout/cart/warranty" which is invalid and display 404 not found message. What is the problem and how will I fix it?