Page not found (404)

Request Method: GET
Request URL: http://www.cairnsturtlerehab.org/index.php

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

  1. [name='index']
  2. home/ [name='home']
  3. navtest/ [name='navtest']
  4. research/ [name='research']
  5. help/ [name='help']
  6. prototype/
  7. turtles/
  8. sponsors/
  9. contact/
  10. site/
  11. admin/

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