Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:9000/search.php?mod=forum&srchtxt=%D0%C2%C7%F8&formhash=1283ff57&searchsubmit=true&source=hotsearch

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

  1. check_write_status/ [name='check_write_status']
  2. usernames/<username:username>/count/
  3. image_codes/<uuid:uuid>/
  4. check_image_codes/
  5. register/ [name='register']
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. forgetpassword/ [name='forgetpassword']
  9. [name='index']
  10. center_info/ [name='center_info']
  11. password/ [name='password']
  12. category_2/ [name='category_2']
  13. detail/ [name='detail']
  14. writeblog/ [name='writeblog']
  15. qq/authorization/
  16. oauth_callback/
  17. emails/ [name='emails']
  18. emails/verification/ [name='verification']
  19. search/ [name='search']
  20. update/ [name='update']
  21. delete/ [name='delete']
  22. modify/ [name='modify']
  23. comments_delete/ [name='comments_delete']
  24. comments_modify/ [name='comments_modify']
  25. user_delete/ [name='user_delete']
  26. comments_user_delete/ [name='comments_user_delete']
  27. my/
  28. ckeditor/
  29. ^static/(?P<path>.*)$
  30. ^media/(?P<path>.*)$

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