Page not found (404)

Request Method: GET
Request URL: http://www.ckcmondelange.org/site05/articles.php?lng=fr&pg=273

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

  1. admin/
  2. a-propos [name='a_propos_disp']
  3. galerie-photos [name='galerie_photos_disp']
  4. hebergements-et-restaurants-a-proximite [name='hebergements_disp']
  5. historique [name='historique_disp']
  6. [name='accueil_disp']
  7. support/

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