Page not found (404)

Request Method: GET
Request URL: https://www.ctrlplusc.com/product/71.html

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

  1. admin/
  2. [name='plagiarism-check-mainpage']
  3. compare/ [name='compare']
  4. test/ [name='Test']
  5. filetest/ [name='filetest']
  6. twofiletest1/ [name='twofiletest1']
  7. twofilecompare1/ [name='twofilecompare1']

The current path, product/71.html, 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.