Page not found (404)

Request Method: GET
Request URL: http://volpatofotografias.com/index_fotos.php?cod=460

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

  1. ^$ [name='home']
  2. ^album/(?P<urlAlbum>[a-zA-Z0-9_.-]+)/ [name='album']
  3. ^portifolio/(?P<urlCategoria>[a-zA-Z0-9_.-]+)/ [name='portifolio']
  4. ^depoimentos/$ [name='depoimentos']
  5. ^contato/$ [name='contato']
  6. ^admin/
  7. ^webmail [name='webmail']
  8. ^tinymce/
  9. ^mce_filebrowser/
  10. ^empresa/$ [name='empresa']
  11. ^media/(?P<path>.*)$

The current URL, index_fotos.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.