Page not found (404)

Request Method: GET
Request URL: http://ziptrading.biz/material.php

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

  1. admin/
  2. ^media/(?P<path>.*)$
  3. ^download/(?P<file_path>.+)/$ [name='download_file']
  4. ^$ [name='index']
  5. ^contact/$ [name='contact']
  6. ^zip_material/$ [name='zip_material']
  7. ^zip_news/$ [name='zip_news']
  8. ^zip_about$ [name='zip_about']
  9. ^zip_chinese_info$ [name='zip_chinese_info']
  10. ^product_cateory/$ [name='product_cateory']
  11. ^product_catalog/$ [name='product_catelog']
  12. ^zip_download/$ [name='zip_download']
  13. ^zip_download/down_doc$ [name='down_doc']
  14. ^product_section/(?P<section_name>.+?)/$ [name='section_list']
  15. ^product_group/(?P<show_id>.+?)/$ [name='product_group']
  16. ^product_detial/(?P<article_id>.+?)$ [name='product_detial']
  17. ^search_result/$ [name='search_result']
  18. ^check_list/$ [name='product_checklist']

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