Page not found (404)

Request Method: GET
Request URL: http://www.gwyx123.com/index.php/index/index/resources

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

  1. udid/ [name='udid']
  2. udid/receive [name='udidreceive']
  3. api/
  4. alipay/
  5. account/
  6. backadmin/
  7. chat/
  8. open/(?P<sysname>[a-zA-Z]+)/(?P<user_id>[0-9]*)(?P<url>/[\S\s]*)
  9. [name='index']
  10. showinfo [name='showinfo']
  11. lists/<int:cid> [name='lists']
  12. lists/<int:cid>.html [name='lists']
  13. sms [name='sms']
  14. search [name='search']
  15. article/<int:aid>.html [name='cms_article']
  16. article/previou/<int:aid> [name='cms_previou']
  17. article/next/<int:aid> [name='cms_next']
  18. new/<int:aid>.html [name='tz_cms_article']
  19. cms/account/login [name='cms_login']
  20. cms/account/checkold [name='checkold']
  21. viplist/ [name='viplist']
  22. account/center/ [name='vip_index']
  23. account/bindphone/ [name='bindphone']
  24. account/center/distributor [name='vip_distributor']
  25. account/center/likes [name='vip_center_likes']
  26. account/center/downloads [name='vip_center_downloads']
  27. account/center/subscription [name='vip_center_subscription']
  28. account/center/orders [name='vip_center_orders']
  29. account/center/wallet [name='vip_center_wallet']
  30. account/center/uploads [name='vip_center_uploads']
  31. account/center/integral [name='vip_center_integral']
  32. account/center/gift [name='我的兑换码']
  33. tips/<int:tid> [name='open_tips']
  34. buy/article/<int:aid>/<str:payfor> [name='buy_article']
  35. buy/vip/<int:vid>/<str:payfor> [name='buy_vip']
  36. buy/status/<str:data_type>/<int:order_id> [name='buy_status']
  37. download/wait/weixin [name='dl_by_wait']
  38. addl/(?P<aid>\d+)/uploads/fj/(?P<fullname>(.*)) [name='admin_download']
  39. dl/(?P<aid>\d+)/uploads/fj/(?P<fullname>(.*)) [name='download']
  40. disabled [name='disabled']
  41. checkout [name='checkout']
  42. dingding [name='dingding']
  43. qq/login/ [name='qq_login']
  44. qq/ [name='qq_callback']
  45. qq/callback [name='qq_callback']
  46. weixin/

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