Page not found (404)

Request Method: GET
Request URL: http://www.henojiya.net/index.php/sample-page/

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

  1. [name='index']
  2. likes/<int:article_id>/<int:user_id>/ [name='likes']
  3. article/create/ [name='article_create']
  4. watchlist/register/ [name='watchlist_register']
  5. watchlist/edit/<int:pk>/ [name='watchlist_edit']
  6. financial_results/ [name='financial_results']
  7. financial_results/detail/<str:ticker>/ [name='financial_results_detail']
  8. financial_results/create/ [name='financial_results_create']
  9. register/
  10. gmarker/
  11. shopping/
  12. linebot/
  13. warehouse/
  14. taxonomy/
  15. admin/
  16. ^media/(?P<path>.*)$

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