Page not found (404)

Request Method: GET
Request URL: http://web.arhamshare.com:85/

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

  1. admin/
  2. eKYC/OtpVerification [name='otpConf']
  3. eKYC/ReSendOTP [name='ReSendOTP']
  4. eKYC/eKYCLogOut [name='eKYCLogOut']
  5. eKYC/testOfFileUploadSave [name='fileUploadTest']
  6. eKYC/DateOfBirth [name='getDateOfBirth']
  7. eKYC/AadharDetails [name='getAadharData']
  8. eKYC/PersonalDetails [name='getPersonalDetails1']
  9. eKYC/MoreDetails [name='getPersonalDetails2']
  10. eKYC/FewMoreDetails [name='getPersonalDetails3']
  11. eKYC/Signature [name='getSignature']
  12. eKYC/LatestPhoto [name='getPhoto']
  13. eKYC/TradingPreference [name='getTradingPreference']
  14. eKYC/OtherDocuments [name='getReqDocuments']
  15. eKYC/Introducer [name='getIntroducer']
  16. eKYC/BankAccountVerification [name='getBankDetails']
  17. eKYC/ManualBankAccountVerification [name='getManualBankVerification']
  18. eKYC/eSign [name='getElectronicSignDone']
  19. eKYC/eSignResponse/<email>/<pan>/<FullNameForEmail>/<pdfPageNum>/<Locations> [name='eSignResponse']
  20. eKYC/CancleProcess [name='cancleProcess']
  21. eKYC/GetAccessOTP [name='loginOTP2']
  22. eKYC/RecoverPassword [name='eKYCForgot']
  23. eKYC/ForgotOtp [name='ForgotOtp']
  24. eKYC/ForgotOtpResend [name='ForgotOtpResend']
  25. eKYC/ForgotOtpResendIPV [name='ForgotOtpResendIPV']
  26. eKYC/ManualProcess [name='manualFormProcess']
  27. eKYC/newsletterEmail [name='newsletterEmail']
  28. eKYC/GetIPVUrl [name='GetIPVUrl']
  29. eKYC/InpersonVideo [name='InpersonVideo']
  30. eKYC/ReSendOTPForLogin [name='ReSendOTPforLogin']
  31. eKYC/NominationDetails [name='getNomination']
  32. ^media/(?P<path>.*)$
  33. ^media/(?P<path>.*)$
  34. ^static/(?P<path>.*)$

The empty path 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.