Page not found (404)

Request Method: GET
Request URL: http://www.aita.com.tw/ecommerce/catalog/product_compare/add/product/179/uenc/aHR0cDovL3d3dy5haXRhLmNvbS50dy9lY29tbWVyY2Uvc2VhZm9vZC90YW5ob3UvdGFuaG91LXNlYWZvb2QucGhw/

Using the URLconf defined in aita.urls, Django tried these URL patterns, in this order:

  1. ^froala_editor/
  2. ^admin/
  3. ^$
  4. ^news/
  5. ^intro/
  6. ^know/
  7. ^links/
  8. ^static/(?P<path>.*)$
  9. ^media/(?P<path>.*)$
  10. ^page/(?P<slug>.*)$

The current URL, ecommerce/catalog/product_compare/add/product/179/uenc/aHR0cDovL3d3dy5haXRhLmNvbS50dy9lY29tbWVyY2Uvc2VhZm9vZC90YW5ob3UvdGFuaG91LXNlYWZvb2QucGhw/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.