Page not found (404)

Request Method: GET
Request URL: http://routeescape.com/bbs/board.php?bo_table=qna&wr_id=33

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

  1. ^$ [name='main']
  2. ^admin/
  3. ^theme/
  4. ^information/
  5. ^FAQ/
  6. ^booking/
  7. ^popup/
  8. ckeditor/
  9. ^__debug__/

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