Page not found (404)

Request Method: GET
Request URL: http://appxis.com/check-top-search-engines

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

  1. [name='myhomepage']
  2. aboutus [name='about_us']
  3. contact [name='contact_us']
  4. terms [name='terms_of_use']
  5. privacy [name='privacy_policy']
  6. mobileapps [name='mobile_apps']
  7. products [name='products']
  8. admin/

The current path, check-top-search-engines, 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.