Page not found (404)

Request Method: GET
Request URL: http://freefitnessvideos.com/youtube_playmovie.php?queryType=show_video&center=true&videoId=aLGlTxCtJ58&KeepThis=true&TB_iframe=true&height=375&width=430

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

  1. ^$
  2. ^login/(?P<backend>[^/]+)/$ [name='socialauth_begin']
  3. ^complete/(?P<backend>[^/]+)/$ [name='socialauth_complete']
  4. ^associate/(?P<backend>[^/]+)/$ [name='socialauth_associate_begin']
  5. ^associate/complete/(?P<backend>[^/]+)/$ [name='socialauth_associate_complete']
  6. ^disconnect/(?P<backend>[^/]+)/$ [name='socialauth_disconnect']
  7. ^disconnect/(?P<backend>[^/]+)/(?P<association_id>[^/]+)/$ [name='socialauth_disconnect_individual']
  8. ^login/
  9. ^logout/
  10. ^emailtest/
  11. ^exercises/
  12. ^workouts/
  13. ^email_rank/
  14. ^fitnesslibrary/
  15. ^profile/
  16. ^admin/doc/
  17. ^admin/
  18. ^search/
  19. ^query/
  20. ^accounts/register/$ [name='registration_register']
  21. ^accounts/
  22. ^about/
  23. ^contact/
  24. ^terms/
  25. ^privacy/
  26. ^dmca/
  27. ^tour/
  28. ^user/password/reset/$ [name='password_reset']
  29. ^user/password/reset/complete/$
  30. ^reset/(?P<uidb6>4[0-9A-Za-z_\-=]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$
  31. ^user/password/done/$

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