Most voted "404" questions
404 is the HTTP code indicating that the server could not find the requested file or resource.
Learn more…21 questions
Sort by count of
-
26
votes3
answers640
viewsHow should an error page (404) behave?
Should it redirect to another page? After how long? Should there be an index? A box and search free? Or already do the search suggesting pages based on what was typed? Should it demonstrate that it…
-
23
votes3
answers4843
viewsFor a search with no results, should the HTTP response be 404, 204 or 200 with an empty body?
When we search for a resource on the server with some type of filter, for example, a user search, a list with the data is returned (in JSON, XML or even already formatted in HTML) But some searches…
-
2
votes1
answer1682
viewsError 404 Not Found (Nginx)
I have a blog and for a few days it started to give the following error in some pages. 404 Not Found nginx/1.6.2 (Ubuntu) The error log is returning: 2016/02/02 10:44:12 [error] 612#0: *553172…
-
2
votes2
answers276
viewsebit banner with 404 error and infinite loop with Adblock on
Hello, I am trying to implement the ebit banner in the Woocommerce virtual store. I added lines of code that ebit sent me but when I run it, 2 errors appeared. I decided to create an empty html page…
-
1
votes2
answers812
viewsBlock access to subfolders in the URL (Wordpress) from the 403 Forbidden
I hope my doubt is clear: I’ve seen images uploaded by Amazon Cloudfront that has its URL "differentiated" for images and blocks all subfolders of the path if the user tries to access. Explain. URL…
-
1
votes2
answers947
viewsSpring Boot - Senseless 404 error
I’m starting with Spring boot and created a project by Spring Initializr with Spring Boot 2.0.5 and dependencies Web, PostgreSQL e DevTools, I imported the project in Intellij, until then everything…
-
1
votes1
answer185
viewsPage not found Error 404, [Route("Categories/list/{page=1}")] in Asp.Net MVC
Hello, I have a problem regarding the configuration of Route in Asp.Net MVC. The problem is that I created a test page where on this page I am trying to configure the route resources. I set up a…
-
1
votes1
answer199
viewsProblem API pagseguro in JAVASCRIPT
I am doing a project for my Lean Startup and to better understand how the Pagseguro API works, I decided to test. Currently the entire project API is in NODEJS. I did a lot of research and only…
-
0
votes1
answer341
viewsError creating zend framework module
I created a new module in zend, but it gives error 404. modules.config.php return [ 'Zend\Router', 'Zend\Validator', 'Application', 'Album' <-- módulo que foi criado. ]; module.config.php…
-
0
votes0
answers69
viewsERROR 404 - IONIC
Goodnight It’s giving 404 error all the time. Does anyone have any solution ? My tabs do not appear. I have tried to comment on all tabs code, and also all reference related to tabs in the code.…
-
0
votes2
answers99
viewsRemove . php extension from pages , but appears ERROR 404 - PAGE NOT FOUND
I’m looking to remove the . php extension from my web pages. Created a file . htaccess as below and put in the root directory DirectoryIndex index.php RewriteEngine on RewriteCond…
-
0
votes0
answers243
viewsHTTP Error 404 not found index.jsp
I’m having a hard time executing this project. He says he can’t find the index.jsp. page, however, I deleted it because it was showing up and not my index.xhtml. But now the problem persists. I…
-
0
votes1
answer100
viewsError 404 wordpress pagination
I developed a son theme based on Spacious, the problem is that when doing a search is returned that there are for example 20 results, on the first page I preview the first 10 results, however when…
-
0
votes1
answer194
viewsHow to open my 404 component in case of error without changing the URL in Vue.js
How do I open my "Notfound" component, inside another component, using beforeRouteEnter, without changing the url? I created a dynamic route, and a * to open "Notfound" in all other cases. { path:…
-
0
votes1
answer54
viewsCI on host, not working
I have Xampp installed and locally my CRUD Code Igniter works. No host, subdomain is giving 404 page not found. I moved the whole folder up to a subdomain. The subdomain, created a folder that I…
-
0
votes1
answer78
viewsError 404 on second route using Flask
Good morning. I configured my app in Cpanel that uses passenger_wsgi.py (I don’t know if this information is relevant) Python Version 3.7.3 and Flask Version==1.1.1 The main route works well, but…
-
0
votes1
answer228
viewsPage not found(404) - polls views Django tutorial
I’m doing the Django documentation tutorial in part 3 (https://docs.djangoproject.com/en/3.1/intro/tutorial03/) where it is said after adding some codes the following: "Take a look in your browser,…
-
0
votes1
answer97
viewsHow to resolve error in URL configuration in Django?
I’m starting to learn Jango(or trying) but I can’t solve the following problem: "Using the Urlconf defined in Sitejg.urls, Django tried These URL Patterns, in this order: Templates/main.html The…
-
-1
votes1
answer26
viewsHow to appear in google searches (Error 404 at the root of the Wordpress site)
Hello, I’m having a problem on a site made in wordpress hosted on hostigator. The site is in https://samos.com.br/mainsite. When I open the page of the site apparently everything goes well. However…
-
-2
votes1
answer119
viewsPage not found if put parameters at the end of the URL
Good morning, I’m having a problem when I will post a news of my site on facebook, it adds a parameter at the end of my URL(www.ex.com/noticia/ex-noticia?ex=123). That(ex=123) makes my site not find…
-
-2
votes1
answer253
views"JSF - HTTP Status 404 - Not Found" what can it be, even doing the suggested steps?
I’ve been programming for 32 years, but beginner in Java, so whoever votes negative, gentileza comenta o motivo... What may be obvious to you may be unattainable to others. I started a web project…