Page not found (404)

Request Method: GET
Request URL: https://blog.lordvan.com/blog/category/gentoo/feeds/rss/Upgrading%20to%20PHP%207.1%20(Gentoo%20Wiki)/
Raised by: mezzanine.pages.views.page

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

  1. admin/
  2. [name='home']
  3. ^jsi18n/(?P<packages>\S+?)/$
  4. sitemap.xml
  5. robots.txt
  6. password_reset/ [name='password_reset']
  7. password_reset/done/ [name='password_reset_done']
  8. reset/done/ [name='password_reset_complete']
  9. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  10. edit/ [name='edit']
  11. search/ [name='search']
  12. set_site/ [name='set_site']
  13. rating/ [name='rating']
  14. comment/ [name='comment']
  15. blog/ feeds/<format>/ [name='blog_post_feed']
  16. blog/ tag/<tag>/feeds/<format>/ [name='blog_post_feed_tag']
  17. blog/ tag/<tag>/ [name='blog_post_list_tag']
  18. blog/ category/<category>/feeds/<format>/ [name='blog_post_feed_category']
  19. blog/ category/<category>/ [name='blog_post_list_category']
  20. blog/ author/<username>/feeds/<format>/ [name='blog_post_feed_author']
  21. blog/ author/<username>/ [name='blog_post_list_author']
  22. blog/ ^archive/(?P<year>\d{4})/(?P<month>\d{1,2})/$ [name='blog_post_list_month']
  23. blog/ ^archive/(?P<year>\d{4})/$ [name='blog_post_list_year']
  24. blog/ ^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/(?P<slug>.*)/$ [name='blog_post_detail_day']
  25. blog/ ^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<slug>.*)/$ [name='blog_post_detail_month']
  26. blog/ ^(?P<year>\d{4})/(?P<slug>.*)/$ [name='blog_post_detail_year']
  27. blog/ <slug>/ [name='blog_post_detail']
  28. blog/ [name='blog_post_list']
  29. <path:slug>/ [name='page']

The current path, blog/category/gentoo/feeds/rss/Upgrading to PHP 7.1 (Gentoo Wiki)/, 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.