Page not found (404)

“/home/arjun/digibusinessworld/media_cdn/portal-designing.php” does not exist
Request Method: GET
Request URL: https://digibusinessworld.com/portal-designing.php
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='HomePage']
  3. about-us/ [name='AboutUs']
  4. seo-service/ [name='seoService']
  5. seo-package/ [name='seoPackage']
  6. ecommerce-seo-service/ [name='ecommerceSeoService']
  7. ppc-service/ [name='ppcService']
  8. ppc-package/ [name='ppcPackage']
  9. google-remarketing/ [name='googleRemarketing']
  10. website-design/ [name='websiteDesign']
  11. ecommerce-website-design-development/ [name='ecommerceWebsiteDevelopment']
  12. website-maintenance/ [name='websiteMaintenance']
  13. website-redesign-services/ [name='websiteRedesignServices']
  14. crm-development/ [name='CRMDevlopment']
  15. portal-designing/ [name='portalDesigning']
  16. logo-designing/ [name='logoDesigning']
  17. banner-designing/ [name='bannerDesigning']
  18. affiliate-marketing/ [name='affiliateMarketing']
  19. social-media-optimization/ [name='socialMediaOptimization']
  20. youtube-marketing/ [name='YouTubeMarketing']
  21. online-reputation-management/ [name='onlineReputationManagement']
  22. service-area/ [name='ServiceArea']
  23. service-area/<slug:slug>/ [name='ServiceAreaDetails']
  24. contact/ [name='contact']
  25. portfolio/ [name='portfolio']
  26. privacy-policy/ [name='privacyPolicy']
  27. term-condition/ [name='termCondition']
  28. seo-portfolio/ [name='seoPortfolio']
  29. blog/
  30. robots.txt
  31. sitemap.xml
  32. ^static/(?P<path>.*)$
  33. ^(?P<path>.*)$

The current path, portal-designing.php, matched the last one.

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.