Page not found (404)

Request Method: GET
Request URL: http://www.chefoliviahernandez.com/index.php/gallery

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

  1. ^__debug__/
  2. ^admin/
  3. ^ ^ ^login/$ [name='login']
  4. ^ ^ ^logout/$ [name='logout']
  5. ^ ^ ^password_change/$ [name='password_change']
  6. ^ ^ ^password_change/done/$ [name='password_change_done']
  7. ^ ^ ^password_reset/$ [name='password_reset']
  8. ^ ^ ^password_reset/done/$ [name='password_reset_done']
  9. ^ ^ ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  10. ^ ^ ^reset/done/$ [name='password_reset_complete']
  11. ^ ^$ [name='index']
  12. ^ ^new_menu/ [name='new_menu']
  13. ^ ^menus/$ [name='menus']
  14. ^ ^delete/(?P<pk>\d+)/$ [name='delete_menu']
  15. ^ ^weekly_menu/(?P<menu_id>\d+)/$ [name='weekly_menu']
  16. ^ ^menu_items/$
  17. ^ ^new_recipe/ [name='new_recipe']
  18. ^ ^new_option/ [name='new_option']

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