Page not found (404)

Request Method: GET
Request URL: https://www.futurecounselors.com/score_comparison.php

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

  1. admin/futurecounselors/nexelgroup/dashboard/
  2. captcha/
  3. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  4. [name='homepage']
  5. work-with-us [name='workwithus']
  6. gallery [name='gallery']
  7. faq [name='faq']
  8. fcdisclaimer [name='disclaimer']
  9. visasuccess [name='visasuccess']
  10. fcprivacypolicy [name='privacypolicy']
  11. english-proficiency-test [name='testprep']
  12. english-proficiency-test/toefl [name='testprep_toefl']
  13. english-proficiency-test/ielts [name='testprep_ielts']
  14. english-proficiency-test/gre [name='testprep_gre']
  15. english-proficiency-test/pte [name='testprep_pte']
  16. aboutus [name='companyprofile']
  17. universities [name='university']
  18. pg [name='universitypg']
  19. ug [name='universityug']
  20. pg/<pk> [name='universitysearchpg']
  21. ug/<pk> [name='universitysearchug']
  22. universities/search [name='search']
  23. service [name='service']
  24. study-in-uk [name='uk']
  25. study-in-africa [name='africa']
  26. study-in-asia [name='asia']
  27. study-in-australia [name='australia']
  28. study-in-canada [name='canada']
  29. study-in-europe [name='europe']
  30. study-in-ireland [name='ireland']
  31. study-in-new-zealand [name='newzealand']
  32. study-in-usa [name='usa']
  33. study-in-france [name='france']
  34. study-in-germany [name='germany']
  35. blog [name='blog']
  36. blog/<pk> [name='singleblog']
  37. contact-us [name='contactus']
  38. partner-franchise [name='franchise']
  39. register/ [name='register']
  40. Best-Study-Abroad-Consultan-in-Nagpur [name='landingpage']
  41. ^media/(?P<path>.*)$
  42. ^static/(?P<path>.*)$
  43. ^media/(?P<path>.*)$

The current path, score_comparison.php, 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.