Top "Http-status-code-404" questions

The HTTP status code 404 or "Not Found" indicates the server could not find the requested file or resource.

$.getJSON get status

Perform cross domain query, how to perform a certain function if the URL on which it is running is not …

jquery http-status-code-404 getjson
Symfony on Heroku: 403 Forbidden You don't have permission to access / on this server

I've successfully deployed my Symfony 2 App to Heroku but now, when I'm trying to access it, I receive the following 403 …

php symfony heroku http-status-code-404 http-status-code-403
Lets Encrypt ACME Challenge file not accessable from IIS

I have been trying to generate a SSL certificate for one of our projects which is running on an Azure …

iis http-status-code-404 lets-encrypt
Magento "catalog/product/view" url returns 404

I'm supporting a magento web site. The problem is that product view urls e.g. [link] http://localhost/magento/catalog/…

magento view http-status-code-404 product catalog
flask: error_handler for blueprints

Can error_handler be set for a blueprint? @blueprint.errorhandler(404) def page_not_found(error): return 'This page does not …

http-status-code-404 blueprint flask
jsreact - GET http://localhost:8080/manifest.json 404 (Not Found)

I'm trying to make my existing react application progressive by adding among other things a manifest.json. However it seems …

javascript reactjs webpack http-status-code-404 manifest.json
nginx - 404 not found page for permalinks

Me and my friend have had a website (http://www.ferfereh.ir - sorry not english) for a year. We've …

wordpress .htaccess nginx http-status-code-404 permalinks
Magento Admin 404

We recently migrated our Multi-domain magento setup from a shared host to a dedicated server. All is working fine fronted, …

magento http-status-code-404 dedicated-hosting dedicated-server
CodeIgniter 2.1 issue with show_404() and 404_override

I have been working with CodeIgniter for quite a while now and I'm currently doing a project for a client …

codeigniter http-status-code-404 codeigniter-2 php
ZF2 - How to change the error/404 response page? Not just template but to set a new ViewModel

By default the page is set like this in the Application module.config array: 'template_map' => array( 'error/404' =&…

php zend-framework2 http-status-code-404 zend-view zend-framework-mvc