Page not found (404)

Request Method: GET
Request URL: http://www.luxoticglobal.com/destination/index.php

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

  1. admin/
  2. [name='index']
  3. list/ [name='list']
  4. about/ [name='about']
  5. jet/ [name='jet']
  6. hotels-booking/ [name='hotels-booking']
  7. chauff/ [name='chauff']
  8. ocean/ [name='ocean']
  9. private-villa/ [name='private-villa']
  10. private-island/ [name='private-island']
  11. unique/ [name='unique']
  12. tailor/ [name='tailor']
  13. meeting/ [name='meeting']
  14. hotel-sourcing/ [name='hotel-sourcing']
  15. transportation/ [name='transportation']
  16. flight/ [name='flight']
  17. pre-registration/ [name='pre-registration']
  18. pre-post/ [name='pre-post']
  19. themed-event/ [name='themed-event']
  20. gifts/ [name='gifts']
  21. offsite-onsite/ [name='offsite-onsite']
  22. details/<str:pk>/ [name='details']
  23. destination/ [name='destination']
  24. destion_dtls/<str:pk>/ [name='destion_dtls']
  25. cruises/ [name='cruises']
  26. cruises_dtls/<str:pk>/ [name='cruises_dtls']
  27. themepark/ [name='themepark']
  28. themepark_dtls/<str:pk>/ [name='themepark_dtls']
  29. contact/ [name='contact']
  30. booking/ [name='booking']
  31. terms-and-conditions/ [name='terms-and-conditions']
  32. xlsheet-detailed-report/ [name='xlsheet_detailed_report']
  33. download-xlsheet-detailed-report/ [name='download_xlsheet_detailed_report']
  34. ^images/(?P<path>.*)$
  35. ^static/(?P<path>.*)$

The current path, destination/index.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.