Page not found (404)

Request Method: GET
Request URL: https://vijayjakhar.com/how-to-install-apache-mysql-php-phpmyadmin-on-ubuntu/

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

  1. admin/
  2. ckeditor/
  3. blog/
  4. portfolio/
  5. subscribe/ [name='subscribe']
  6. contact/ [name='contact']
  7. [name='home']
  8. ^media/(?P<path>.*)$

The current path, how-to-install-apache-mysql-php-phpmyadmin-on-ubuntu/, 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.