Page not found (404)

“/home/vw85n6ayvy6r/public_html/media/ar/cnd.html” does not exist
Request Method: GET
Request URL: http://btc.com.sa/ar/cnd.html
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='home']
  3. about_us [name='about_us']
  4. awards_certs [name='awards_certs']
  5. news_events [name='news_events']
  6. sis [name='sis']
  7. converged_networks [name='converged_networks']
  8. vsat_radio_wireless [name='vsat_radio_wireless']
  9. low_current [name='low_current']
  10. physical_security [name='physical_security']
  11. audio_visual [name='audio_visual']
  12. smart_aviation [name='smart_aviation']
  13. data_centers [name='data_centers']
  14. cloud_services [name='cloud_services']
  15. cyber_security [name='cyber_security']
  16. digital_signature [name='digital_signature']
  17. ces [name='ces']
  18. collaborations [name='collaborations']
  19. managed_services [name='managed_services']
  20. industries [name='industries']
  21. partners [name='partners']
  22. contacts_sales_support [name='contacts_sales_support']
  23. contact_our_locations [name='contact_our_locations']
  24. cs_sang [name='cs_sang']
  25. cs_mda [name='cs_mda']
  26. moj [name='moj']
  27. cs_atc [name='cs_atc']
  28. cs_neom [name='cs_neom']
  29. saudia_airlines [name='saudia_airlines']
  30. unified_platform [name='unified_platform']
  31. idr [name='idr']
  32. ece [name='ece']
  33. tamkeen [name='tamkeen']
  34. iss [name='iss']
  35. ^(?P<path>.*)$

The current path, ar/cnd.html, matched the last one.

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.