Page not found (404)

Request Method: GET
Request URL: https://technoace.in/clients/hotelrayainn.com/tour/tour.html

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

  1. django-admin/
  2. base-subscribe/
  3. request-subscribe/
  4. contact-subscribe/
  5. blog-comment/
  6. service-requirement/
  7. portfolio/
  8. admin/
  9. documents/
  10. search/ [name='search']
  11. sitemap.xml
  12. api/v2/
  13. __debug__/
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$
  16. favicon.ico
  17. test404/
  18. test500/
  19. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  20. _util/login/ [name='wagtailcore_login']
  21. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, clients/hotelrayainn.com/tour/tour.html, 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.