Page not found (404)

Request Method: GET
Request URL: https://www.eldorado.com.bd/index1.php

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

  1. admin/
  2. [name='home']
  3. blog/ [name='blog']
  4. blog-details/<int:id> [name='blog-details']
  5. ongoing-project/ [name='ongoing-project']
  6. upcomming-project/ [name='upcomming-project']
  7. handover-project/ [name='handover-project']
  8. project-details/<int:id> [name='project-details']
  9. job-details/<int:id> [name='job-details']
  10. service/ [name='service']
  11. careers/ [name='careers']
  12. about-us/ [name='about-us']
  13. contact-us/ [name='contact-us']
  14. faq/ [name='faq']
  15. gallery/ [name='gallery']
  16. terms-condition/ [name='terms-condition']
  17. mission-vision/ [name='mission-vision']
  18. our-message/ [name='our-message']
  19. team/ [name='team']
  20. why-we/ [name='why-we']
  21. our-business/ [name='our-business']
  22. landowner-query/ [name='landowner-query']
  23. buyer-query/ [name='buyer-query']
  24. thankyou/ [name='thankyou']
  25. ^media/(?P<path>.*)$
  26. ^media/(?P<path>.*)$

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