Page not found (404)

Request Method: GET
Request URL: http://appbuilder.elitemcommerce.com/magento-extensions/magento-hide-product-price-extension-to-convert-site-visitors

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

  1. ^admin/
  2. ^ckeditor/
  3. ^api/emc/domain/create/14cbc6964bf531052f948fa8da92ffb332a2a5d296e1e50ce1eefec79e212215/$ [name='create_domain']
  4. ^$ [name='auth']
  5. ^check_template_name/$ [name='check_template_name']
  6. ^update_store/$ [name='update_store']
  7. ^file_upload/$ [name='file_upload']
  8. ^download/$ [name='download']
  9. ^get_html_to_jsondata/$ [name='get_html_to_jsondata']
  10. ^delete_templates/$ [name='delete_templates']
  11. ^imagefile/$ [name='imagefile']
  12. ^linkdata/$ [name='linkdata']
  13. ^load/$ [name='load_templatedata']
  14. ^activate_template/$ [name='activate_template']
  15. ^download/$ [name='download']
  16. ^(?P<domain>[a-zA-z0-9\-\_]+(\.[a-z0-9\-\_]+)+(\:\d{2,5})?)/ [name='home']
  17. ^prestashop/$ [name='prestashop_iframe']
  18. ^magento/$ [name='magento_iframe']
  19. ^api/emc/domain/deactive/14cbc6964bf531052f948fa8da92ffb332a2a5d296e1e50ce1eefec79e212215/$ [name='domain_deactivate']
  20. ^faq/(?P<id>.*)$ [name='faq']
  21. ^display_templates/$ [name='display_templates']
  22. ^translate_page_templates/(?P<templatename>[-\d]+)/$ [name='translate_page_lang_templates']
  23. ^check_active_status/$ [name='check_active_status']
  24. ^get_text/$ [name='get_text']
  25. ^mobile_translate/$ [name='mobile_translate']
  26. ^generate_order_report/$ [name='generate_order_report']
  27. ^f29728833ab44244b6d4f2d1eedb6811235365246gfdgd434/$ [name='create_order']
  28. ^create_domain_api/$ [name='create_domain_api']
  29. ^domain/(?P<id>.*)$ [name='domain_management']
  30. ^force_login/(?P<token>.*)$ [name='Force_Login']
  31. ^showtbl/$ [name='Show_the_table_and_data']
  32. ^Getproductdata/$ [name='Get_product_data']
  33. ^Getproducts/$ [name='Getproducts_data']
  34. ^Prod_data/$ [name='Prod_data']
  35. ^check_demo/$ [name='check_demo']
  36. ^Search_product/$ [name='Search_product']
  37. ^copy_template/$ [name='Copy_template']
  38. ^get_store/$ [name='get_store']
  39. ^get_template/$ [name='get_template']
  40. ^assign_template/$ [name='assign_template']
  41. ^login/$ [name='login_user']
  42. ^reset_password/$ [name='reset_password']
  43. ^logout/
  44. ^change_password/$ [name='change_password']
  45. ^media\/(?P<path>.*)$

The current URL, magento-extensions/magento-hide-product-price-extension-to-convert-site-visitors, 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.