Page not found (404)

Request Method: GET
Request URL: http://www.first-finance.com.bd/index.php?page=capital_n_shareholdings

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^document/view/(\d+)/(.*)$ [name='view_document']
  5. ^search/$ [name='search']
  6. ^remote_toolbar/$ [name='remote_toolbar']
  7. ^api/customers/$ [name='customer_api']
  8. ^api/products/$ [name='product_api']
  9. ^api/services/$ [name='service_api']
  10. ^api/industries/$ [name='industry_api']
  11. ^api/solutions/$ [name='solutions_api']
  12. ^api/finance-service/$ [name='solutions_api']
  13. ^hyperEditor/
  14. hsCode/ [name='hsCode']
  15. get-desired-services/ [name='get_desired_services']
  16. get-related-products/<int:service_id>/ [name='get_related_products']
  17. job-candidate/ [name='job_candidate']
  18. news/<str:slug>/detail/ [name='news_detail']
  19. ^api/kb_category/$ [name='kb_by_category']
  20. ^api/kbcategory/$ [name='kb_api']
  21. ^login/ [name='login']
  22. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  23. ^packages/$ [name='package']
  24. ^choose-free-trial/$ [name='choose_free_trial']
  25. ^contact/$ [name='contact']
  26. ^registration/$ [name='user_sign_up']
  27. ^verify-client/$ [name='verify_client']
  28. ^send-email/$ [name='send_email']
  29. ^resend-verification-code/$ [name='resend_verification_code']
  30. ^login/$ [name='login']
  31. ^login-as-client/$ [name='login_as_client']
  32. ^download-payment-response-file/$ [name='download_payment_response_file']
  33. ^logout/$ [name='logout']
  34. ^view-profile/$ [name='view_client_profile']
  35. ^update-profile/$ [name='update_client_profile']
  36. ^my-status/$ [name='my_status']
  37. ^template-preview/$ [name='template_preview']
  38. ^deactivate-product/$ [name='deactivate_product']
  39. ^cancel-product/$ [name='cancel_product']
  40. ^renew-service/$ [name='renew_service']
  41. ^upgrade-package/$ [name='upgrade_package']
  42. ^update-licence/$ [name='update_licence']
  43. ^support-ticket/$ [name='support_ticket']
  44. ^get-ticket-convarsation/$ [name='get_ticket_convarsation']
  45. ^ticket-reply/$ [name='ticket_reply']
  46. ^change-password/$ [name='password_change']
  47. ^password_reset/$ [name='password_reset']
  48. ^password_reset/done/$ [name='password_reset_done']
  49. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  50. ^reset/done/$ [name='password_reset_complete']
  51. ^free-trial/$ [name='free_trial']
  52. ^request-deploy/$ [name='request_deploy']
  53. ^checkout/$ [name='checkout']
  54. ^update-checkout-parameters/$ [name='update_checkout_params']
  55. ^dummy-pg/$ [name='dummy_pg']
  56. ^checkout-notify/$ [name='checkout_notify']
  57. ^checkout-return/$ [name='checkout_return']
  58. ^progress-scale/$ [name='progress_scale']
  59. ^track-progress/$ [name='track_progress']
  60. ^pre-deploy/$ [name='pre_deploy']
  61. ^loan-calculator/$ [name='loan_calculator']
  62. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  63. ^_util/login/$ [name='wagtailcore_login']
  64. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  65. ^static\/(?P<path>.*)$
  66. ^media\/(?P<path>.*)$

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.