Page not found (404)

Request Method: GET
Request URL: http://vctm.in/index.php/contact-us/location-map

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

  1. admin/
  2. core
  3. ckeditor/
  4. captcha/
  5. [name='home']
  6. contact-us [name='contact_form']
  7. event [name='event']
  8. pages/<str:title> [name='ipages']
  9. admissionform [name='admission_form']
  10. courses/<str:name> [name='course_pages']
  11. event/<str:title> [name='event_detail']
  12. noticeboard/ [name='noticeboard']
  13. feedbackform [name='feedbackform']
  14. noticeboard/<int:pk>/ [name='notice_detail']
  15. noticeboard/pdf/<int:notice_id>/ [name='view_pdf']
  16. contact/ [name='contact']
  17. aluminiform/ [name='aluminiform']
  18. EnquiryForm [name='eformmain']
  19. gallery [name='gallery']
  20. gallery_d/<str:title> [name='gallery_d']
  21. ^media/(?P<path>.*)$
  22. ^media/(?P<path>.*)$

The current path, index.php/contact-us/location-map, 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.