Page not found (404)

Request Method: GET
Request URL: https://eltvibes.in/Past.php?January2016-Vol2-Issue1=January2016-Vol2-Issue1

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

  1. admin/
  2. [name='home']
  3. signup [name='register']
  4. login [name='login']
  5. submit-manuscript [name='submit_manuscript']
  6. auther-guideline [name='auther_guideline']
  7. contact [name='contact']
  8. logout [name='logout']
  9. profile [name='profile']
  10. about [name='about']
  11. papers [name='papers']
  12. papers/search [name='search-paper']
  13. archive [name='archive']
  14. editorial-board [name='editorial_board']
  15. verification/<str:token> [name='verification']
  16. reset-password/<str:token> [name='reset_password']
  17. forgot-password [name='send_password_reset']
  18. ^eltvibes/(?P<path>.*)$

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