Page not found (404)

Request Method: GET
Request URL: https://iteritaly.com/en/shore-excursions/naples/tour-pompeii-amalfi-coast/

Using the URLconf defined in <minicms.middleware.sites.MiniCMSRouterMiddleware.__call__.<locals>.URLs object at 0x7f6ced052518>, Django tried these URL patterns, in this order:

  1. sitemap.xml
  2. en/ contact [name='contact']
  3. en/ faqs [name='faqs']
  4. en/ p/<slug:page_slug> [name='page']
  5. en/ [name='home']
  6. en/ d/<str:page_slug> [name='detail']

The current path, en/shore-excursions/naples/tour-pompeii-amalfi-coast/, 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.