Page not found (404)

Request Method: GET
Request URL: http://rikair.com/index.php/about-us/

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

  1. en/api/v2/
  2. django-admin/
  3. admin/
  4. documents/
  5. shop/
  6. cart/
  7. payment/
  8. orders/
  9. coupons/
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$
  12. en/

The current path, index.php/about-us/, 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.