Page not found (404)

Request Method: GET
Request URL: https://extzy.net/index.php?option=com_community&task=register&view=register

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. ^static\/(?P<path>.*)$
  6. ^media\/(?P<path>.*)$
  7. entities/<int:id>/ [name='entities']
  8. buy_entities/<int:id>/ [name='buy_entities']
  9. market/<int:id>/ [name='market']
  10. avatar/ [name='avatar']
  11. geochart/ [name='geochart']
  12. entity_search_results/<str:character>/ [name='entity_search_results']
  13. blogs/ [name='blog_index']
  14. myaccount/ [name='myaccount']
  15. mydividends/ [name='mydividends']
  16. mytransactions/ [name='mytransactions']
  17. myportfolio/ [name='myportfolio']
  18. mywatchlist/ [name='mywatchlist']
  19. myratings/ [name='myratings']
  20. player_rankings/ [name='player_rankings']
  21. my_open_offers/ [name='my_open_offers']
  22. place_buy_offer/ [name='place_buy_offer']
  23. place_sell_offer/ [name='place_sell_offer']
  24. delete_offer/ [name='delete_offer']
  25. buy_open_order/ [name='buy_open_order']
  26. sell_open_order/ [name='sell_open_order']
  27. place_mrkt_buy_offer/ [name='place_mrkt_buy_offer']
  28. place_mrkt_sell_offer/ [name='place_mrkt_sell_offer']
  29. login/ [name='login_view']
  30. logout/ [name='logout_view']
  31. add_watchlist/ [name='add_watchlist']
  32. remove_watchlist/ [name='remove_watchlist']
  33. ratings/ [name='ratings']
  34. change_display_name/ [name='change_display_name']
  35. subscribe_bulletins/ [name='subscribe_bulletins']
  36. unsubscribe_bulletins/ [name='unsubscribe_bulletins']
  37. checkout/ [name='checkout']
  38. redeem/ [name='redeem']
  39. test/ [name='test']
  40. get_medal/<email> [name='get_medal']
  41. testmail/ [name='testmail']
  42. set_bot/ [name='set_bot']
  43. bot_performance/ [name='bot_performance']
  44. email_check/ [name='email_check']
  45. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  46. _util/login/ [name='wagtailcore_login']
  47. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

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