Page not found (404)

Request Method: GET
Request URL: http://dat-software.com/desarollo/empresa/index.php?act=consultoria_software

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

  1. tinymce/
  2. home/
  3. [name='home']
  4. home/ [name='home']
  5. productos/eficius [name='eficius']
  6. productos/tourmanager [name='tourmanager']
  7. productos/tmecommerce [name='tmecommerce']
  8. productos/datindustrial [name='datindustrial']
  9. servicios/consultoria [name='consultoria']
  10. servicios/businessintelligence [name='businessintelligence']
  11. servicios/servidoresdedicados [name='servidoresdedicades']
  12. servicios/servidoresvirtuales [name='servidoresvirtuales']
  13. soporte [name='soporte']
  14. empresa/nosotros [name='nosotros']
  15. contacto/ [name='contacto']
  16. confirmacion/ [name='confirmacion']
  17. noticias/
  18. webmail/
  19. cpanel/
  20. ^media/(?P<path>.*)$

The current path, desarollo/empresa/index.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.